summary refs log tree commit diff stats
path: root/includes/bbcode.php
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2010-05-22 15:34:16 -0400
committerStarla Insigna <hatkirby@fourisland.com>2010-05-22 15:34:16 -0400
commit1d651810b2636e5c4b42dce13b3d46831a08c8ac (patch)
treeae0c049fdb58b6f40db2eb514018d7e7c60d3c10 /includes/bbcode.php
parent5fed2e53dbb557f4c38f09104c5e18c10942656f (diff)
downloadfourisland-1d651810b2636e5c4b42dce13b3d46831a08c8ac.tar.gz
fourisland-1d651810b2636e5c4b42dce13b3d46831a08c8ac.tar.bz2
fourisland-1d651810b2636e5c4b42dce13b3d46831a08c8ac.zip
Added [hr]
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 28247ff..8f4f0e0 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php
@@ -57,6 +57,7 @@ class BBCode
57 $this->bbcodes['thumb'] = '<a href="/images/{CONTENT}"><img src="http://fourisland.com/thumb.php?file=images/{CONTENT}&amp;mode=scale&amp;by=521&amp;side=0" alt="Image" /></a>'; 57 $this->bbcodes['thumb'] = '<a href="/images/{CONTENT}"><img src="http://fourisland.com/thumb.php?file=images/{CONTENT}&amp;mode=scale&amp;by=521&amp;side=0" alt="Image" /></a>';
58 $this->bbcodes['thumb2'] = '<a href="/images/{CONTENT}"><img src="http://fourisland.com/thumb.php?file=images/{CONTENT}&amp;mode=scale&amp;by=260&amp;side=0" align="right" alt="Image" /></a>'; 58 $this->bbcodes['thumb2'] = '<a href="/images/{CONTENT}"><img src="http://fourisland.com/thumb.php?file=images/{CONTENT}&amp;mode=scale&amp;by=260&amp;side=0" align="right" alt="Image" /></a>';
59 $this->bbcodes['project'] = '<a href="http://projects.fourisland.com/projects/show/{CONTENT}">{CONTENT}</a>'; 59 $this->bbcodes['project'] = '<a href="http://projects.fourisland.com/projects/show/{CONTENT}">{CONTENT}</a>';
60 $this->bbcodes['hr'] = '<hr size="2" color="black" />';
60 61
61 $this->init = true; 62 $this->init = true;
62 } 63 }