diff options
author | Starla Insigna <starla4444@gmail.com> | 2010-12-05 08:58:46 -0500 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2010-12-05 08:58:46 -0500 |
commit | 9efe4feaf5e19e51a18a229a6db36c5508e9faea (patch) | |
tree | 442ea02f219d8760fbac1955c0bce7d5eaef8776 | |
parent | f26a5e6f881faf3976c1a3256bce55819a4e3475 (diff) | |
download | fourisland-9efe4feaf5e19e51a18a229a6db36c5508e9faea.tar.gz fourisland-9efe4feaf5e19e51a18a229a6db36c5508e9faea.tar.bz2 fourisland-9efe4feaf5e19e51a18a229a6db36c5508e9faea.zip |
Added li= bbcode (allows you to set the number of the item)
-rwxr-xr-x | includes/bbcode.php | 1 |
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>'; |