diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index f5460927a5..d710d947cd 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -468,7 +468,7 @@ function insert_single_user(formId, user) }); // Responsive breadcrumbs - $('.breadcrumbs:not(.skip-responsive)').each(function() { + $('.breadcrumbs:not(.skip-responsive, .linklist .breadcrumbs)').each(function() { var $this = $(this), $body = $('body'), links = $this.find('.crumb'), @@ -606,7 +606,7 @@ function insert_single_user(formId, user) links = $this.children().not('.skip-responsive'), html = '
', // List of items that should be hidden last - filterString = '.pagination, .icon-notifications, .icon-pm, .icon-logout, .icon-login, .mark-read', + filterString = '.pagination, .icon-notifications, .icon-pm, .icon-logout, .icon-login, .mark-read, .breadcrumbs', filtered = links.filter(filterString); if (links.is('.rightside')) diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 5426b36294..4b86cde10f 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -155,7 +155,7 @@ -