summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-07-17 11:27:24 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-07-17 11:27:24 -0400
commit41ffd12f60d3bf437f33ea1e9ab727176e48476c (patch)
tree27e6d10523ae5b75c3de509407c07d3bfb94b6ee
parent0ca630ea6ce8c6e5853bb88cb0e4b6ba2e6da86b (diff)
downloadfourisland-41ffd12f60d3bf437f33ea1e9ab727176e48476c.tar.gz
fourisland-41ffd12f60d3bf437f33ea1e9ab727176e48476c.tar.bz2
fourisland-41ffd12f60d3bf437f33ea1e9ab727176e48476c.zip
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.
-rwxr-xr-xincludes/bbcode.php1
1 files changed, 1 insertions, 0 deletions
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
37 $this->bbcodes2['url'] = '<a href="{PARAM}">{CONTENT}</a>'; 37 $this->bbcodes2['url'] = '<a href="{PARAM}">{CONTENT}</a>';
38 $this->bbcodes['img'] = '<img src="{CONTENT}" alt="Image" />'; 38 $this->bbcodes['img'] = '<img src="{CONTENT}" alt="Image" />';
39 $this->bbcodes2['img'] = '<img src="{CONTENT}" alt="{PARAM}" title="{PARAM}" />'; 39 $this->bbcodes2['img'] = '<img src="{CONTENT}" alt="{PARAM}" title="{PARAM}" />';
40 $this->bbcodes['imgright'] = '<img src="{CONTENT}" align="right" alt="Image" />';
40 $this->bbcodes['big'] = '<big>{CONTENT}</big>'; 41 $this->bbcodes['big'] = '<big>{CONTENT}</big>';
41 $this->bbcodes['small'] = '<small>{CONTENT}</small>'; 42 $this->bbcodes['small'] = '<small>{CONTENT}</small>';
42 $this->bbcodes['ul'] = '<ul>{CONTENT}</ul>'; 43 $this->bbcodes['ul'] = '<ul>{CONTENT}</ul>';