From 8b14bdc73d4ba0fb44894bfff046749032f5c455 Mon Sep 17 00:00:00 2001 From: Graham Eames Date: Sun, 30 Jul 2006 14:20:12 +0000 Subject: Adding the new warning image to the appropriate places Thanks to dhn for the image git-svn-id: file:///svn/phpbb/trunk@6217 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewtopic.php') diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index dcdbf1d558..ef17751c3c 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -533,7 +533,7 @@ $template->assign_vars(array( 'REPORT_IMG' => $user->img('btn_report', 'REPORT_POST'), 'REPORTED_IMG' => $user->img('icon_reported', 'POST_REPORTED'), 'UNAPPROVED_IMG' => $user->img('icon_unapproved', 'POST_UNAPPROVED'), - 'WARN_IMG' => $user->img('btn_report', 'WARN_USER'), + 'WARN_IMG' => $user->img('btn_warn', 'WARN_USER'), 'S_SELECT_SORT_DIR' => $s_sort_dir, 'S_SELECT_SORT_KEY' => $s_sort_key, -- cgit v1.2.1