diff options
author | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-03-05 11:35:21 +0000 |
---|---|---|
committer | Dominik Dröscher <dhn2@users.sourceforge.net> | 2007-03-05 11:35:21 +0000 |
commit | cad46456b7db8340350af5ee8a30277d6123114d (patch) | |
tree | 945c41e58d3a4664c71bbd6226d17859190c9e2e /phpBB/viewforum.php | |
parent | b7530088d164ea409dad3a2af35493a04c877ef6 (diff) | |
download | forums-cad46456b7db8340350af5ee8a30277d6123114d.tar forums-cad46456b7db8340350af5ee8a30277d6123114d.tar.gz forums-cad46456b7db8340350af5ee8a30277d6123114d.tar.bz2 forums-cad46456b7db8340350af5ee8a30277d6123114d.tar.xz forums-cad46456b7db8340350af5ee8a30277d6123114d.zip |
Small thing that buggd me for years - adding the folder_img alt text as a variable for viewforum
git-svn-id: file:///svn/phpbb/trunk@7125 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r-- | phpBB/viewforum.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 1092bdb90f..b5b04c6a00 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -607,6 +607,7 @@ if (sizeof($topic_list)) 'TOPIC_TYPE' => $topic_type, 'TOPIC_FOLDER_IMG' => $user->img($folder_img, $folder_alt), + 'TOPIC_FOLDER_IMG_ALT' => $user->lang[$folder_alt], 'TOPIC_FOLDER_IMG_SRC' => $user->img($folder_img, $folder_alt, false, '', 'src'), 'TOPIC_ICON_IMG' => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['img'] : '', 'TOPIC_ICON_IMG_WIDTH' => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['width'] : '', |