diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index afc15139c0..2d35ff83a5 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -486,7 +486,7 @@ function parse_document(container) var $this = $(this), $body = $('body'), filterSkip = '.breadcrumbs, [data-skip-responsive]', - filterLast = '.pagination, .icon-faq, .icon-members, .icon-team, .icon-contact, .icon-subscribe, .mark-read, .edit-icon, .quote-icon', + filterLast = '.edit-icon, .quote-icon, [data-last-responsive]', persist = $this.attr('id') == 'nav-main', allLinks = $this.children(), links = allLinks.not(filterSkip), diff --git a/phpBB/styles/prosilver/template/navbar_footer.html b/phpBB/styles/prosilver/template/navbar_footer.html index e56b9e2978..65a7cdddba 100644 --- a/phpBB/styles/prosilver/template/navbar_footer.html +++ b/phpBB/styles/prosilver/template/navbar_footer.html @@ -8,18 +8,18 @@ -
  • {S_WATCH_FORUM_TITLE}
  • +
  • {S_WATCH_FORUM_TITLE}
  • {S_TIMEZONE}
  • {L_DELETE_COOKIES}
  • -
  • {L_MEMBERLIST}
  • +
  • {L_MEMBERLIST}
  • -
  • {L_THE_TEAM}
  • +
  • {L_THE_TEAM}
  • -
  • {L_CONTACT_US}
  • +
  • {L_CONTACT_US}
  • diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html index 7a60446c69..bafb106282 100644 --- a/phpBB/styles/prosilver/template/navbar_header.html +++ b/phpBB/styles/prosilver/template/navbar_header.html @@ -34,7 +34,7 @@
  • {L_MCP_SHORT}
  • -
  • data-skip-responsive="true">{L_FAQ}
  • +
  • data-skip-responsive="true"data-last-responsive="true">{L_FAQ}