summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2010-12-05 08:58:46 -0500
committerStarla Insigna <starla4444@gmail.com>2010-12-05 08:58:46 -0500
commit9efe4feaf5e19e51a18a229a6db36c5508e9faea (patch)
tree442ea02f219d8760fbac1955c0bce7d5eaef8776
parentf26a5e6f881faf3976c1a3256bce55819a4e3475 (diff)
downloadfourisland-9efe4feaf5e19e51a18a229a6db36c5508e9faea.tar.gz
fourisland-9efe4feaf5e19e51a18a229a6db36c5508e9faea.tar.bz2
fourisland-9efe4feaf5e19e51a18a229a6db36c5508e9faea.zip
Added li= bbcode (allows you to set the number of the item)
-rwxr-xr-xincludes/bbcode.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bbcode.php b/includes/bbcode.php index b83e403..14ba0b9 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php
@@ -43,6 +43,7 @@ class BBCode
43 $this->bbcodes['ul'] = '<ul>{CONTENT}</ul>'; 43 $this->bbcodes['ul'] = '<ul>{CONTENT}</ul>';
44 $this->bbcodes['ol'] = '<ol>{CONTENT}</ol>'; 44 $this->bbcodes['ol'] = '<ol>{CONTENT}</ol>';
45 $this->bbcodes['li'] = '<li>{CONTENT}</li>'; 45 $this->bbcodes['li'] = '<li>{CONTENT}</li>';
46 $this->bbcodes2['li'] = '<li value="{PARAM}">{CONTENT}</li>';
46 $this->bbcodes['code'] = '<code>{CONTENT}</code>'; 47 $this->bbcodes['code'] = '<code>{CONTENT}</code>';
47 $this->bbcodes['pre'] = '<pre><code>{CONTENT}</code></pre>'; 48 $this->bbcodes['pre'] = '<pre><code>{CONTENT}</code></pre>';
48 $this->bbcodes['pref'] = '<pre>{CONTENT}</pre>'; 49 $this->bbcodes['pref'] = '<pre>{CONTENT}</pre>';