aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/search_results.html
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-03-12 11:10:44 +0100
committerJoas Schilling <nickvergessen@gmx.de>2013-03-12 11:10:44 +0100
commita67daa8c8aa742525850108d362730499fddfdce (patch)
tree7b88299053bb95340b4e75f2eb3c48e7effbaf58 /phpBB/styles/subsilver2/template/search_results.html
parent74b731f0f71ba406c95a1eca1278b6396274faed (diff)
downloadforums-a67daa8c8aa742525850108d362730499fddfdce.tar
forums-a67daa8c8aa742525850108d362730499fddfdce.tar.gz
forums-a67daa8c8aa742525850108d362730499fddfdce.tar.bz2
forums-a67daa8c8aa742525850108d362730499fddfdce.tar.xz
forums-a67daa8c8aa742525850108d362730499fddfdce.zip
[ticket/9657] Fix some more subsilver2
PHPBB3-9657
Diffstat (limited to 'phpBB/styles/subsilver2/template/search_results.html')
-rw-r--r--phpBB/styles/subsilver2/template/search_results.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/search_results.html b/phpBB/styles/subsilver2/template/search_results.html
index 6784e32785..d98079de20 100644
--- a/phpBB/styles/subsilver2/template/search_results.html
+++ b/phpBB/styles/subsilver2/template/search_results.html
@@ -39,8 +39,8 @@
<!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED -->
<a href="{searchresults.U_MCP_QUEUE}" class="imageset">{searchresults.UNAPPROVED_IMG}</a>&nbsp;
<!-- ENDIF -->
- <!-- IF searchresults.DELETED_IMG -->
- <a href="{searchresults.U_MCP_QUEUE}" class="imageset">{searchresults.DELETED_IMG}</a>&nbsp;
+ <!-- IF searchresults.S_TOPIC_DELETED -->
+ <a href="{searchresults.U_MCP_QUEUE}" class="imageset">{DELETED_IMG}</a>&nbsp;
<!-- ENDIF -->
<!-- IF searchresults.S_TOPIC_REPORTED -->
<a href="{searchresults.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a>&nbsp;