From 41ffd12f60d3bf437f33ea1e9ab727176e48476c Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sat, 17 Jul 2010 11:27:24 -0400 Subject: Added [imgright] bbcode This is sort of cheating because I don't have SSH access to my server right now and I want to upload a file. Instead, during the time that I don't have access, I will use a remotely hosted file. --- 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 d864f6b..4842ee5 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php @@ -37,6 +37,7 @@ class BBCode $this->bbcodes2['url'] = '{CONTENT}'; $this->bbcodes['img'] = 'Image'; $this->bbcodes2['img'] = '{PARAM}'; + $this->bbcodes['imgright'] = 'Image'; $this->bbcodes['big'] = '{CONTENT}'; $this->bbcodes['small'] = '{CONTENT}'; $this->bbcodes['ul'] = ''; -- cgit 1.4.1