summary refs log tree commit diff stats
path: root/includes
diff options
context:
space:
mode:
authorStarla Insigna <hatkirby@fourisland.com>2008-12-20 21:15:56 -0500
committerStarla Insigna <hatkirby@fourisland.com>2008-12-20 21:15:56 -0500
commit03d6589fefd850f793215cb6805c0f0c0989f93f (patch)
treeacead1c8c7fa4539dc78a21b66d023ea871352f4 /includes
parent79b46038a7fa8467ed41333a80f88d5279b32153 (diff)
downloadfourisland-03d6589fefd850f793215cb6805c0f0c0989f93f.tar.gz
fourisland-03d6589fefd850f793215cb6805c0f0c0989f93f.tar.bz2
fourisland-03d6589fefd850f793215cb6805c0f0c0989f93f.zip
Added HG Update to Admin
Now, changes can be remotely pushed to the central repository and updated using the Admin panel.
Diffstat (limited to 'includes')
-rwxr-xr-xincludes/bbcode.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bbcode.php b/includes/bbcode.php index 4dbb933..69e89e3 100755 --- a/includes/bbcode.php +++ b/includes/bbcode.php
@@ -52,6 +52,7 @@ class BBCode
52 $this->bbcodes2['abbr'] = '<ABBR TITLE="{PARAM}">{CONTENT}</ABBR>'; 52 $this->bbcodes2['abbr'] = '<ABBR TITLE="{PARAM}">{CONTENT}</ABBR>';
53 $this->bbcodes['hidden'] = '<SPAN STYLE="display: none">{CONTENT}</SPAN>'; 53 $this->bbcodes['hidden'] = '<SPAN STYLE="display: none">{CONTENT}</SPAN>';
54 $this->bbcodes['thumb'] = '<A HREF="/images/{CONTENT}"><IMG SRC="http://fourisland.com/thumb.php?file=images/{CONTENT}&mode=scale&by=521&side=0" /></A>'; 54 $this->bbcodes['thumb'] = '<A HREF="/images/{CONTENT}"><IMG SRC="http://fourisland.com/thumb.php?file=images/{CONTENT}&mode=scale&by=521&side=0" /></A>';
55 $this->bbcodes['thumb2'] = '<A HREF="/images/{CONTENT}"><IMG SRC="http://fourisland.com/thumb.php?file=images/{CONTENT}&mode=scale&by=260&side=0" ALIGN="right" /></A>';
55 56
56 $this->init = true; 57 $this->init = true;
57 } 58 }