From 03d6589fefd850f793215cb6805c0f0c0989f93f Mon Sep 17 00:00:00 2001
From: Starla Insigna <hatkirby@fourisland.com>
Date: Sat, 20 Dec 2008 21:15:56 -0500
Subject: Added HG Update to Admin

Now, changes can be remotely pushed to the central repository and updated using the Admin panel.
---
 includes/bbcode.php | 1 +
 1 file changed, 1 insertion(+)

(limited to 'includes/bbcode.php')

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
 		$this->bbcodes2['abbr'] = '<ABBR TITLE="{PARAM}">{CONTENT}</ABBR>';
 		$this->bbcodes['hidden'] = '<SPAN STYLE="display: none">{CONTENT}</SPAN>';
 		$this->bbcodes['thumb'] = '<A HREF="/images/{CONTENT}"><IMG SRC="http://fourisland.com/thumb.php?file=images/{CONTENT}&mode=scale&by=521&side=0" /></A>';
+		$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>';
 
 		$this->init = true;
 	}
-- 
cgit 1.4.1