aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-07-30 14:20:12 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-07-30 14:20:12 +0000
commit8b14bdc73d4ba0fb44894bfff046749032f5c455 (patch)
tree988f6e63c8e9ef4c2cfb57443a18a49088245ef2 /phpBB/viewtopic.php
parent0815df3c58df315bc3bdcfdbd4462281b9a2b2f2 (diff)
downloadforums-8b14bdc73d4ba0fb44894bfff046749032f5c455.tar
forums-8b14bdc73d4ba0fb44894bfff046749032f5c455.tar.gz
forums-8b14bdc73d4ba0fb44894bfff046749032f5c455.tar.bz2
forums-8b14bdc73d4ba0fb44894bfff046749032f5c455.tar.xz
forums-8b14bdc73d4ba0fb44894bfff046749032f5c455.zip
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
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
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,