diff options
author | Zoddo <zoddo.ino@gmail.com> | 2015-08-30 14:37:28 +0200 |
---|---|---|
committer | Zoddo <zoddo.ino@gmail.com> | 2015-08-30 14:37:28 +0200 |
commit | a606b1c4805d815515b427151449fa31468d86a0 (patch) | |
tree | 73b348dd52b7720761f90cd88ad0e916946b9da8 /phpBB/includes | |
parent | bfbce5a1b0b2e22ea2027d82d87c8bc32917a5b2 (diff) | |
download | forums-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.php | 1 |
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'], |