diff options
author | Tristan Darricau <github@nicofuma.fr> | 2017-01-15 11:36:43 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2017-01-15 11:36:43 +0100 |
commit | 2aba566a4350efd0d527a9026d8b6fbe512d3cca (patch) | |
tree | 89fe9049366638ef872783d037625bfabaa0cc19 /phpBB/styles | |
parent | 2111e1d61f3fa8636f89cb6f016dfd24d79d42ec (diff) | |
parent | 8475632087c19a7ce684091d452b93acb0a1ad06 (diff) | |
download | forums-2aba566a4350efd0d527a9026d8b6fbe512d3cca.tar forums-2aba566a4350efd0d527a9026d8b6fbe512d3cca.tar.gz forums-2aba566a4350efd0d527a9026d8b6fbe512d3cca.tar.bz2 forums-2aba566a4350efd0d527a9026d8b6fbe512d3cca.tar.xz forums-2aba566a4350efd0d527a9026d8b6fbe512d3cca.zip |
Merge pull request #4640 from JimMH/patch-3
[ticket/15002] Show topic icons in search results
* JimMH/patch-3:
[ticket/15002] Show topic icons in search results
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 2 |
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 --> |