aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorZoddo <zoddo.ino@gmail.com>2015-08-30 14:37:28 +0200
committerZoddo <zoddo.ino@gmail.com>2015-08-30 14:37:28 +0200
commita606b1c4805d815515b427151449fa31468d86a0 (patch)
tree73b348dd52b7720761f90cd88ad0e916946b9da8 /phpBB/includes
parentbfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2 (diff)
downloadforums-a606b1c4805d815515b427151449fa31468d86a0.tar
forums-a606b1c4805d815515b427151449fa31468d86a0.tar.gz
forums-a606b1c4805d815515b427151449fa31468d86a0.tar.bz2
forums-a606b1c4805d815515b427151449fa31468d86a0.tar.xz
forums-a606b1c4805d815515b427151449fa31468d86a0.zip
[ticket/7362] Add alt attribute on topic icons
PHPBB3-7362
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/functions_posting.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions_posting.php b/phpBB/includes/functions_posting.php
index ca8baecff8..75d77285a0 100644
--- a/phpBB/includes/functions_posting.php
+++ b/phpBB/includes/functions_posting.php
@@ -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'],