aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorJames Atkinson <thefinn@users.sourceforge.net>2001-07-06 21:54:33 +0000
committerJames Atkinson <thefinn@users.sourceforge.net>2001-07-06 21:54:33 +0000
commitfd2ec7fad595af91f7f89603298224d160939584 (patch)
treee3ccd9ae93d49c5661dc4294493ed355eb30cfbf /phpBB/common.php
parent977503911a3198459817cfe7492abdeb49a52996 (diff)
downloadforums-fd2ec7fad595af91f7f89603298224d160939584.tar
forums-fd2ec7fad595af91f7f89603298224d160939584.tar.gz
forums-fd2ec7fad595af91f7f89603298224d160939584.tar.bz2
forums-fd2ec7fad595af91f7f89603298224d160939584.tar.xz
forums-fd2ec7fad595af91f7f89603298224d160939584.zip
Mass lock/unlock done. Locked topic handling in viewforum
git-svn-id: file:///svn/phpbb/trunk@589 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index f3ef262412..8eb648495a 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -54,6 +54,8 @@ $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";
+$images['locked_folder'] = "$url_images/folder_lock.gif";
+
include('includes/template.inc');