aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/search_results.html
diff options
context:
space:
mode:
authorJakub Senko <jakubsenko@gmail.com>2014-09-06 14:53:14 +0200
committerJakub Senko <jakubsenko@gmail.com>2014-09-06 14:53:14 +0200
commit1094de49c2eb693517bcdb57fcb4e6f9c2155bda (patch)
treefde6b4e85210045e49a01545ff49aeb6b2cff328 /phpBB/styles/prosilver/template/search_results.html
parent6387bf8d1399b9ccf995b8eb5a4b93425d27e873 (diff)
downloadforums-1094de49c2eb693517bcdb57fcb4e6f9c2155bda.tar
forums-1094de49c2eb693517bcdb57fcb4e6f9c2155bda.tar.gz
forums-1094de49c2eb693517bcdb57fcb4e6f9c2155bda.tar.bz2
forums-1094de49c2eb693517bcdb57fcb4e6f9c2155bda.tar.xz
forums-1094de49c2eb693517bcdb57fcb4e6f9c2155bda.zip
[ticket/13022] Condition Return to advanced search link
PHPBB3-13022
Diffstat (limited to 'phpBB/styles/prosilver/template/search_results.html')
-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 47aa8d85de..6ee5be3b8f 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -7,7 +7,7 @@
<!-- IF SEARCH_TOPIC -->
<p><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}">{L_RETURN_TO_TOPIC}</a></p>
-<!-- ELSE -->
+<!-- ELSE IF REFERER_IS_SEARCH -->
<p><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}">{L_RETURN_TO_SEARCH_ADV}</a></p>
<!-- ENDIF -->