diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js index cfb95d9cba..316ab1e66f 100644 --- a/phpBB/styles/prosilver/template/forum_fn.js +++ b/phpBB/styles/prosilver/template/forum_fn.js @@ -446,7 +446,7 @@ function insert_single_user(formId, user) $('.breadcrumbs').each(function() { var $this = $(this), $body = $('body'), - links = $this.find('a'), + links = $this.find('.crumb'), length = links.length, classes = ['wrapped-wide', 'wrapped-medium', 'wrapped-small'], classesLength = classes.length, @@ -474,7 +474,7 @@ function insert_single_user(formId, user) lastWidth = width; if (wrapped) { - $this.find('a.wrapped').removeClass('wrapped ' + classes.join(' ')); + $this.find('.crumb.wrapped').removeClass('wrapped ' + classes.join(' ')); wrapped = false; if ($this.height() <= maxHeight) return; } diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 7bf60ce67c..3587b3c44a 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,9 +84,9 @@