From 2753d3310c088371b594a7f5b5d2f4f5dc50e7a7 Mon Sep 17 00:00:00 2001 From: Tom Beddard Date: Thu, 29 Dec 2005 01:46:05 +0000 Subject: [PATCH] Added the topic icon src variable to bring in line with viewtopic and viewforum git-svn-id: file:///svn/phpbb/trunk@5389 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/search.php | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/search.php b/phpBB/search.php index e2c68409c3..8a4f0f4adc 100644 --- a/phpBB/search.php +++ b/phpBB/search.php @@ -483,6 +483,7 @@ if ($keywords || $author || $search_id || $search_session_id) 'LAST_POST_IMG' => $user->img('icon_post_latest', 'VIEW_LATEST_POST'), 'TOPIC_FOLDER_IMG' => $user->img($folder_img, $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'] : '', 'TOPIC_ICON_IMG_HEIGHT' => (!empty($icons[$row['icon_id']])) ? $icons[$row['icon_id']]['height'] : '',