diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-10-18 11:50:51 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-10-18 11:50:51 +0200 |
commit | acabe5a0139057a7c5fb5a6b98cbfa1a06424e2e (patch) | |
tree | 54196bb38cdeeb1a4a5789eda4396550da217e53 /phpBB/styles/subsilver2 | |
parent | 6eb061ef0c2ed91e2afcf6447b11d0755d6ef67c (diff) | |
parent | 880bace3554370167be705378ebf5b320cb78b16 (diff) | |
download | forums-acabe5a0139057a7c5fb5a6b98cbfa1a06424e2e.tar forums-acabe5a0139057a7c5fb5a6b98cbfa1a06424e2e.tar.gz forums-acabe5a0139057a7c5fb5a6b98cbfa1a06424e2e.tar.bz2 forums-acabe5a0139057a7c5fb5a6b98cbfa1a06424e2e.tar.xz forums-acabe5a0139057a7c5fb5a6b98cbfa1a06424e2e.zip |
Merge branch 'ticket/rxu/9840' into develop-olympus
* ticket/rxu/9840:
[ticket/9840] Display view unread posts link for guests.
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 37691d4f1c..a8a53abd24 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -201,8 +201,8 @@ function marklist(id, name, state) <!-- IF S_DISPLAY_SEARCH --> <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};"><!-- IF S_LOAD_UNREADS --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> | <!-- ENDIF --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span> + <!-- IF S_USER_LOGGED_IN or S_LOAD_UNREADS --> + <span style="float: {S_CONTENT_FLOW_END};"><!-- IF S_LOAD_UNREADS --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- IF S_USER_LOGGED_IN --> | <!-- ENDIF --><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF --></span> <!-- ENDIF --> </p> <!-- ENDIF --> |