diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2009-01-08 20:08:32 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2009-01-08 20:08:32 -0500 |
commit | 03c923aa9a68e2a321ba0d5c1b6a9a566d384916 (patch) | |
tree | 64b61f76f278c66e1f94e4e98f45e7926147bae4 | |
parent | 1cb945e201704062e9940f327464f4b31a861f20 (diff) | |
download | fourisland-03c923aa9a68e2a321ba0d5c1b6a9a566d384916.tar.gz fourisland-03c923aa9a68e2a321ba0d5c1b6a9a566d384916.tar.bz2 fourisland-03c923aa9a68e2a321ba0d5c1b6a9a566d384916.zip |
Added [quote] bbcode
-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 e586100..46c2562 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php | |||
@@ -45,6 +45,7 @@ class BBCode | |||
45 | $this->bbcodes['code'] = '<CODE>{CONTENT}</CODE>'; | 45 | $this->bbcodes['code'] = '<CODE>{CONTENT}</CODE>'; |
46 | $this->bbcodes['pre'] = '<P><DIV CLASS="autosize"><DIV CLASS="bubble"><DIV CLASS="bquote"><BLOCKQUOTE><DIV><PRE>{CONTENT}</PRE></DIV></BLOCKQUOTE></DIV></DIV></DIV><DIV CLASS="cleardiv"></DIV>'; | 46 | $this->bbcodes['pre'] = '<P><DIV CLASS="autosize"><DIV CLASS="bubble"><DIV CLASS="bquote"><BLOCKQUOTE><DIV><PRE>{CONTENT}</PRE></DIV></BLOCKQUOTE></DIV></DIV></DIV><DIV CLASS="cleardiv"></DIV>'; |
47 | $this->bbcodes2['blog'] = '<A HREF="/blog/{PARAM}/">{CONTENT}</A>'; | 47 | $this->bbcodes2['blog'] = '<A HREF="/blog/{PARAM}/">{CONTENT}</A>'; |
48 | $this->bbcodes2['quote'] = '<A HREF="/quotes/{PARAM}.php">{CONTENT}</A>'; | ||
48 | $this->bbcodes['ins'] = '<INS>{CONTENT}</INS>'; | 49 | $this->bbcodes['ins'] = '<INS>{CONTENT}</INS>'; |
49 | $this->bbcodes['del'] = '<DEL>{CONTENT}</DEL>'; | 50 | $this->bbcodes['del'] = '<DEL>{CONTENT}</DEL>'; |
50 | $this->bbcodes['bquote'] = '<P><DIV CLASS="autosize"><DIV CLASS="bubble"><DIV CLASS="bquote"><BLOCKQUOTE><DIV>{CONTENT}</DIV></BLOCKQUOTE></DIV><CITE><STRONG>Anonymous</STRONG></CITE></DIV></DIV><DIV CLASS="cleardiv"></DIV>'; | 51 | $this->bbcodes['bquote'] = '<P><DIV CLASS="autosize"><DIV CLASS="bubble"><DIV CLASS="bquote"><BLOCKQUOTE><DIV>{CONTENT}</DIV></BLOCKQUOTE></DIV><CITE><STRONG>Anonymous</STRONG></CITE></DIV></DIV><DIV CLASS="cleardiv"></DIV>'; |