From 7687dfe1d828cc2ad4cbdf37fea1b2f911fdb3f5 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 10 Oct 2010 17:48:06 -0400 Subject: Added [thumb3] BBCode This is a hack to get a thumbnail image floating to the left of a list. It's a really bad hack and I just can't wait to get to Four Island 3. --- includes/bbcode.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/bbcode.php') diff --git a/includes/bbcode.php b/includes/bbcode.php index 4842ee5..a7bb247 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -57,6 +57,7 @@ class BBCode $this->bbcodes['hidden'] = '{CONTENT}'; $this->bbcodes['thumb'] = 'Image'; $this->bbcodes['thumb2'] = 'Image'; + $this->bbcodes['thumb3'] = 'Image'; $this->bbcodes['project'] = '{CONTENT}'; $this->bbcodes['hr'] = '
'; $this->bbcodes2['audio'] = '

Click to download: {CONTENT}

'; -- cgit 1.4.1