aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorRuslan Uzdenov <rxu@mail.ru>2009-06-22 14:36:04 +0000
committerRuslan Uzdenov <rxu@mail.ru>2009-06-22 14:36:04 +0000
commitbfcf6a1de5181a0b26b247f8cb9e181b8c83ff90 (patch)
tree5d49b436417ee96cc208017d255bba7f883ec4ba /phpBB/styles/subsilver2
parent588dd7337fd87719b21cf2ec85671713e925acb9 (diff)
downloadforums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar
forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar.gz
forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar.bz2
forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.tar.xz
forums-bfcf6a1de5181a0b26b247f8cb9e181b8c83ff90.zip
Fix bug #46765 - View unread posts
Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9653 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2')
-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 6099a12338..c605871f0b 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_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_UNREAD}">{L_SEARCH_UNREAD}</a> | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
<!-- ENDIF -->
</p>
<!-- ENDIF -->