aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-09-05 12:03:52 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-09-05 12:03:52 +0000
commite0bf8245014ae38841e6edc6e1f43f1ed4070502 (patch)
treee64483199609bd2aee288f45e04eeecf7f264acb /phpBB/styles/prosilver/template/overall_header.html
parentfc5a21e16a6502a89fd7b541683f21e216c8cf2e (diff)
downloadforums-e0bf8245014ae38841e6edc6e1f43f1ed4070502.tar
forums-e0bf8245014ae38841e6edc6e1f43f1ed4070502.tar.gz
forums-e0bf8245014ae38841e6edc6e1f43f1ed4070502.tar.bz2
forums-e0bf8245014ae38841e6edc6e1f43f1ed4070502.tar.xz
forums-e0bf8245014ae38841e6edc6e1f43f1ed4070502.zip
Do not display links to user/post search if search is disabled. (Bug #50685 - Patch by HardStyle)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10108 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index f9f9dcfdff..7c8903b474 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -148,8 +148,10 @@
<ul class="linklist leftside">
<li class="icon-ucp">
<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a>
- <!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF --> &bull;
+ <!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF -->
+ <!-- IF S_DISPLAY_SEARCH --> &bull;
<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
+ <!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --> &bull;
<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
<!-- ENDIF -->