aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-04-22 17:18:32 +0200
committerPayBas <contact@paybas.com>2014-05-02 17:58:54 +0200
commitd486ff62091952cc83aa9c25b674100b270e8098 (patch)
treec9a07772afda966283c226c745161f68ede59ff3 /phpBB/viewforum.php
parent1dd02b0a916f1cd7672ffc247f09c9b6d4598d7c (diff)
downloadforums-d486ff62091952cc83aa9c25b674100b270e8098.tar
forums-d486ff62091952cc83aa9c25b674100b270e8098.tar.gz
forums-d486ff62091952cc83aa9c25b674100b270e8098.tar.bz2
forums-d486ff62091952cc83aa9c25b674100b270e8098.tar.xz
forums-d486ff62091952cc83aa9c25b674100b270e8098.zip
[ticket/12431] Add has_poll icon to topiclists
PHPBB3-12431
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 8da8a0cdcc..f1b0b4df5b 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -336,6 +336,7 @@ $template->assign_vars(array(
'REPORTED_IMG' => $user->img('icon_topic_reported', 'TOPIC_REPORTED'),
'UNAPPROVED_IMG' => $user->img('icon_topic_unapproved', 'TOPIC_UNAPPROVED'),
'DELETED_IMG' => $user->img('icon_topic_deleted', 'TOPIC_DELETED'),
+ 'POLL_IMG' => $user->img('icon_topic_poll', 'TOPIC_POLL'),
'GOTO_PAGE_IMG' => $user->img('icon_post_target', 'GOTO_PAGE'),
'L_NO_TOPICS' => ($forum_data['forum_status'] == ITEM_LOCKED) ? $user->lang['POST_FORUM_LOCKED'] : $user->lang['NO_TOPICS'],