aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorJim Mossing Holsteyn <jim@beta-garden.com>2017-01-13 19:02:29 +0100
committerGitHub <noreply@github.com>2017-01-13 19:02:29 +0100
commit8475632087c19a7ce684091d452b93acb0a1ad06 (patch)
tree433624cbfe9d68a7d57f073e6288afc30f7ef474 /phpBB/styles/prosilver
parent26c6cb819eea5fe67d5df7b0af3f580848b953b6 (diff)
downloadforums-8475632087c19a7ce684091d452b93acb0a1ad06.tar
forums-8475632087c19a7ce684091d452b93acb0a1ad06.tar.gz
forums-8475632087c19a7ce684091d452b93acb0a1ad06.tar.bz2
forums-8475632087c19a7ce684091d452b93acb0a1ad06.tar.xz
forums-8475632087c19a7ce684091d452b93acb0a1ad06.zip
[ticket/15002] Show topic icons in search results
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/search_results.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html
index f7114567e5..ff4f3389c6 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -78,7 +78,7 @@
<!-- EVENT search_results_topic_before -->
<li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl class="row-item {searchresults.TOPIC_IMG_STYLE}">
- <dt<!-- IF searchresults.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{searchresults.TOPIC_FOLDER_IMG_ALT}">
+ <dt<!-- IF searchresults.TOPIC_ICON_IMG --> style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{searchresults.TOPIC_FOLDER_IMG_ALT}">
<!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF -->
<div class="list-inner">
<!-- EVENT topiclist_row_prepend -->