mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Check for display set when outputting icons
git-svn-id: file:///svn/phpbb/trunk@3396 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -597,6 +597,8 @@ if (!empty($enable_icons))
|
||||
$s_topic_icons = true;
|
||||
|
||||
foreach ($icons as $id => $data)
|
||||
{
|
||||
if ($data['display'])
|
||||
{
|
||||
$template->assign_block_vars('topic_icon', array(
|
||||
'ICON_ID' => $id,
|
||||
@@ -609,6 +611,7 @@ if (!empty($enable_icons))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Topic type selection ... only for first post in topic?
|
||||
$topic_type_toggle = '';
|
||||
|
Reference in New Issue
Block a user