From 1d651810b2636e5c4b42dce13b3d46831a08c8ac Mon Sep 17 00:00:00 2001
From: Starla Insigna <hatkirby@fourisland.com>
Date: Sat, 22 May 2010 15:34:16 -0400
Subject: Added [hr]

---
 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 28247ff..8f4f0e0 100755
--- a/includes/bbcode.php
+++ b/includes/bbcode.php
@@ -57,6 +57,7 @@ class BBCode
 		$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>';
 		$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>';
 		$this->bbcodes['project'] = '<a href="http://projects.fourisland.com/projects/show/{CONTENT}">{CONTENT}</a>';
+		$this->bbcodes['hr'] = '<hr size="2" color="black" />';
 
 		$this->init = true;
 	}
-- 
cgit 1.4.1