From c190ee315ebd4e6800f1d9c1343fcda1422fddc1 Mon Sep 17 00:00:00 2001 From: PayBas Date: Sun, 6 Jul 2014 13:40:36 +0200 Subject: [PATCH 1/2] [ticket/12815] Show memberlist link for guests (if permitted) PHPBB3-12815 --- phpBB/styles/prosilver/template/navbar_footer.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/navbar_footer.html b/phpBB/styles/prosilver/template/navbar_footer.html index 65a7cdddba..8ce71419f5 100644 --- a/phpBB/styles/prosilver/template/navbar_footer.html +++ b/phpBB/styles/prosilver/template/navbar_footer.html @@ -14,8 +14,10 @@
  • {S_TIMEZONE}
  • -
  • {L_DELETE_COOKIES}
  • -
  • {L_MEMBERLIST}
  • + +
  • {L_DELETE_COOKIES}
  • +
  • {L_MEMBERLIST}
  • +
  • {L_THE_TEAM}
  • From 21320820ce6e347f455fee3720bd662c263ddaf7 Mon Sep 17 00:00:00 2001 From: PayBas Date: Sun, 6 Jul 2014 14:53:23 +0200 Subject: [PATCH 2/2] [ticket/12815] Remove S_REGISTERED_USER for team link PHPBB3-12815 --- phpBB/styles/prosilver/template/navbar_footer.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/phpBB/styles/prosilver/template/navbar_footer.html b/phpBB/styles/prosilver/template/navbar_footer.html index 8ce71419f5..675322c56c 100644 --- a/phpBB/styles/prosilver/template/navbar_footer.html +++ b/phpBB/styles/prosilver/template/navbar_footer.html @@ -7,9 +7,7 @@ {L_INDEX} - -
  • {S_WATCH_FORUM_TITLE}
  • - +
  • {S_WATCH_FORUM_TITLE}
  • {S_TIMEZONE}
  • @@ -19,7 +17,7 @@
  • {L_MEMBERLIST}
  • -
  • {L_THE_TEAM}
  • +
  • {L_THE_TEAM}
  • {L_CONTACT_US}