mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
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
This commit is contained in:
@@ -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;" />
|
||||
|
||||
|
Reference in New Issue
Block a user