aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2001-06-05 13:34:23 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2001-06-05 13:34:23 +0000
commitc5ea123ae7dc5b6c1de2af850d152e98aa809f6b (patch)
tree9a9f721ef2bd6307233118b015d46dc8208fcaca /phpBB/common.php
parentb238891d8c118353d19c511a68a9e23adb0519dd (diff)
downloadforums-c5ea123ae7dc5b6c1de2af850d152e98aa809f6b.tar
forums-c5ea123ae7dc5b6c1de2af850d152e98aa809f6b.tar.gz
forums-c5ea123ae7dc5b6c1de2af850d152e98aa809f6b.tar.bz2
forums-c5ea123ae7dc5b6c1de2af850d152e98aa809f6b.tar.xz
forums-c5ea123ae7dc5b6c1de2af850d152e98aa809f6b.zip
Basic new post folder colour change
git-svn-id: file:///svn/phpbb/trunk@430 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index d3c5693141..7277e040fa 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -56,6 +56,7 @@ $images['msnm'] = "$url_images/msnm.gif";
$images['quote'] = "$url_images/quote.gif";
$images['posticon'] = "$url_images/posticon.gif";
$images['folder'] = "$url_images/folder.gif";
+$images['new_folder'] = "$url_images/red_folder.gif";
$images['latest_reply'] = "$url_images/latest_reply.gif";
include('includes/template.inc');