1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[ticket/7362] Add alt attribute on topic icons

PHPBB3-7362
This commit is contained in:
Zoddo
2015-08-30 14:37:28 +02:00
parent bfbce5a1b0
commit a606b1c480
3 changed files with 3 additions and 2 deletions

View File

@@ -310,6 +310,7 @@ function posting_gen_topic_icons($mode, $icon_id)
{
$template->assign_block_vars('topic_icon', array(
'ICON_ID' => $id,
'ICON_NAME' => $data['img'],
'ICON_IMG' => $root_path . $config['icons_path'] . '/' . $data['img'],
'ICON_WIDTH' => $data['width'],
'ICON_HEIGHT' => $data['height'],