aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/index_body.html
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-10-09 14:17:02 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-10-09 14:17:02 +0000
commit253f18632242a113c97a3e5d70ee6f65c3f9ce84 (patch)
tree5d27d1f5728360927655a27daf6fde055ccdea99 /phpBB/styles/subsilver2/template/index_body.html
parentab5146a72ab8e348b9527c0df3dc5ad8f0d759f3 (diff)
downloadforums-253f18632242a113c97a3e5d70ee6f65c3f9ce84.tar
forums-253f18632242a113c97a3e5d70ee6f65c3f9ce84.tar.gz
forums-253f18632242a113c97a3e5d70ee6f65c3f9ce84.tar.bz2
forums-253f18632242a113c97a3e5d70ee6f65c3f9ce84.tar.xz
forums-253f18632242a113c97a3e5d70ee6f65c3f9ce84.zip
- Do not show link to user/group profiles if user has no permission to view the linked page and gets a denied message anyway. (Bug #15088)
- Do not display last post link and sort display options for search engines. (Bug #15088) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8987 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/index_body.html')
-rw-r--r--phpBB/styles/subsilver2/template/index_body.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/index_body.html b/phpBB/styles/subsilver2/template/index_body.html
index 3958743229..bf523dc3f2 100644
--- a/phpBB/styles/subsilver2/template/index_body.html
+++ b/phpBB/styles/subsilver2/template/index_body.html
@@ -10,7 +10,9 @@
<!-- INCLUDE forumlist_body.html -->
-<span class="gensmall"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --> | <a href="{U_TEAM}">{L_THE_TEAM}</a></span><br />
+<!-- IF not S_IS_BOT or U_TEAM -->
+<span class="gensmall"><!-- IF not S_IS_BOT --><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a><!-- ENDIF --><!-- IF not S_IS_BOT and U_TEAM --> | <!-- ENDIF --><!-- IF U_TEAM --><a href="{U_TEAM}">{L_THE_TEAM}</a><!-- ENDIF --></span><br />
+<!-- ENDIF -->
<br clear="all" />