From eac5e69be145db946228940213a768dc48fb4791 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sat, 8 Oct 2005 19:41:31 +0000 Subject: [PATCH] Just bring subSilver into line with the code whilst I've been making some subSilver changes git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@5266 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/subSilver.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/templates/subSilver/subSilver.cfg b/phpBB/templates/subSilver/subSilver.cfg index a3a2cdda2b..43ed68a7f7 100644 --- a/phpBB/templates/subSilver/subSilver.cfg +++ b/phpBB/templates/subSilver/subSilver.cfg @@ -77,7 +77,7 @@ $images['pm_editmsg'] = "$current_template_images/{LANG}/icon_edit.gif"; $images['pm_new_msg'] = ""; $images['pm_no_new_msg'] = ""; -$images['topic_watch'] = ""; +$images['Topic_watch'] = ""; $images['topic_un_watch'] = ""; $images['topic_mod_lock'] = "$current_template_images/topic_lock.gif"; $images['topic_mod_unlock'] = "$current_template_images/topic_unlock.gif";