aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-10-18 11:50:51 +0200
committerAndreas Fischer <bantu@phpbb.com>2010-10-18 11:50:51 +0200
commitacabe5a0139057a7c5fb5a6b98cbfa1a06424e2e (patch)
tree54196bb38cdeeb1a4a5789eda4396550da217e53 /phpBB/styles/prosilver/template
parent6eb061ef0c2ed91e2afcf6447b11d0755d6ef67c (diff)
parent880bace3554370167be705378ebf5b320cb78b16 (diff)
downloadforums-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/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/index_body.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html
index af2077141c..d4d50a11c0 100644
--- a/phpBB/styles/prosilver/template/index_body.html
+++ b/phpBB/styles/prosilver/template/index_body.html
@@ -6,7 +6,7 @@
<!-- IF S_DISPLAY_SEARCH or (S_USER_LOGGED_IN and not S_IS_BOT) -->
<ul class="linklist">
<!-- IF S_DISPLAY_SEARCH -->
- <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --><!-- IF S_LOAD_UNREADS --> &bull; <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
+ <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_LOAD_UNREADS --> &bull; <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a><!-- ENDIF --><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></li>
<!-- ENDIF -->
<!-- IF not S_IS_BOT and U_MARK_FORUMS --><li class="rightside"><a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a></li><!-- ENDIF -->
</ul>