diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-03-12 11:10:44 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-03-12 11:10:44 +0100 |
commit | a67daa8c8aa742525850108d362730499fddfdce (patch) | |
tree | 7b88299053bb95340b4e75f2eb3c48e7effbaf58 /phpBB/styles/subsilver2/template/search_results.html | |
parent | 74b731f0f71ba406c95a1eca1278b6396274faed (diff) | |
download | forums-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.html | 4 |
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> <!-- ENDIF --> - <!-- IF searchresults.DELETED_IMG --> - <a href="{searchresults.U_MCP_QUEUE}" class="imageset">{searchresults.DELETED_IMG}</a> + <!-- IF searchresults.S_TOPIC_DELETED --> + <a href="{searchresults.U_MCP_QUEUE}" class="imageset">{DELETED_IMG}</a> <!-- ENDIF --> <!-- IF searchresults.S_TOPIC_REPORTED --> <a href="{searchresults.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a> |