From 8920977261fb6c0fb5ad3e9be0bc07ff35b337cf Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 19 Dec 2008 23:01:55 -0500 Subject: Added [thumb] BBCode The [thumb] bbcode takes the content and creates a thumbnail of it. The thumbnail fits perfectly inside the post bubble and is wrapped with a link to the original image. --- thumb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'thumb.php') diff --git a/thumb.php b/thumb.php index ba9c645..efd1f8f 100755 --- a/thumb.php +++ b/thumb.php @@ -133,7 +133,7 @@ switch ($_GET['mode']) } default: $string = 'An error was encountered.'; - $im2 = imagecreatefrompng("images/blue.png"); + $im2 = imagecreatefrompng("theme/images/blue.PNG"); $im = imagecreate(200,30); $b = imagecopyresized($im,$im2,0,0,0,0,400,400,1,1); $orange = imagecolorallocate($im, 220, 210, 60); -- cgit 1.4.1