diff options
| author | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-10 14:56:39 +0000 |
|---|---|---|
| committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-06-10 14:56:39 +0000 |
| commit | 7e917eb5d258e5e93d1dcf8d0726020e8cd649b5 (patch) | |
| tree | 9b45201b667ad70cbc4e1eeb5f334ac7337a706b /phpBB/styles | |
| parent | 6bd06a709ec0ef59033d54c5d4e99d2bc6e4f98f (diff) | |
| download | forums-7e917eb5d258e5e93d1dcf8d0726020e8cd649b5.tar forums-7e917eb5d258e5e93d1dcf8d0726020e8cd649b5.tar.gz forums-7e917eb5d258e5e93d1dcf8d0726020e8cd649b5.tar.bz2 forums-7e917eb5d258e5e93d1dcf8d0726020e8cd649b5.tar.xz forums-7e917eb5d258e5e93d1dcf8d0726020e8cd649b5.zip | |
Hide search links if you are not allowed to use them
(if we're not sure, then they are displayed just to be safe)
git-svn-id: file:///svn/phpbb/trunk@6039 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
| -rw-r--r-- | phpBB/styles/subSilver/template/overall_header.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html index 238e688d6f..a05f7d42c8 100644 --- a/phpBB/styles/subSilver/template/overall_header.html +++ b/phpBB/styles/subSilver/template/overall_header.html @@ -116,12 +116,14 @@ function marklist(id, name, state) <div id="wrapcentre"> + <!-- IF S_DISPLAY_SEARCH --> <p class="searchbar"> <span style="float: left;"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span> <!-- IF S_USER_LOGGED_IN --> <span style="float: right;"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span> <!-- ENDIF --> </p> + <!-- ENDIF --> <br style="clear: both;" /> |
