aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/overall_header.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-06-25 17:57:57 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-06-25 17:57:57 +0000
commit1c0df0dc91dcfb603cfb653e7daaf03257ac5495 (patch)
tree1e5bf26e024dcebd26de48522d91f93264d5a5fa /phpBB/styles/subsilver2/template/overall_header.html
parent7ca31ace1a023c910470208abec219b1c03923ac (diff)
downloadforums-1c0df0dc91dcfb603cfb653e7daaf03257ac5495.tar
forums-1c0df0dc91dcfb603cfb653e7daaf03257ac5495.tar.gz
forums-1c0df0dc91dcfb603cfb653e7daaf03257ac5495.tar.bz2
forums-1c0df0dc91dcfb603cfb653e7daaf03257ac5495.tar.xz
forums-1c0df0dc91dcfb603cfb653e7daaf03257ac5495.zip
revert r9653 because it does not work as advertised (a load of bugs and not really what we wanted... back to the drawing board ;))
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9674 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/overall_header.html')
-rw-r--r--phpBB/styles/subsilver2/template/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html
index a45e51b467..3dd8740832 100644
--- a/phpBB/styles/subsilver2/template/overall_header.html
+++ b/phpBB/styles/subsilver2/template/overall_header.html
@@ -201,7 +201,7 @@ function marklist(id, name, state)
<p class="searchbar">
<span style="float: {S_CONTENT_FLOW_BEGIN};"><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: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
+ <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
<!-- ENDIF -->
</p>
<!-- ENDIF -->