summary refs log tree commit diff stats
path: root/includes/bbcode.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-07-23 18:37:34 -0700
committerStarla Insigna <hatkirby@fourisland.com>2010-07-23 18:37:34 -0700
commit980b439682067b36b6e73dc5f5b2c67f4d602c59 (patch)
treeb665f21dfc98d0477597cb21eaad37b0defd56ac /includes/bbcode.php
parent36b25da4ac5dd296fce684ad5348a7802eba0427 (diff)
parent41ffd12f60d3bf437f33ea1e9ab727176e48476c (diff)
downloadfourisland-980b439682067b36b6e73dc5f5b2c67f4d602c59.tar.gz
fourisland-980b439682067b36b6e73dc5f5b2c67f4d602c59.tar.bz2
fourisland-980b439682067b36b6e73dc5f5b2c67f4d602c59.zip
Merged unforgiving heads
Diffstat (limited to 'includes/bbcode.php')
-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>';