diff --git a/style.cfg b/style.cfg index 7252820..2deceef 100644 --- a/style.cfg +++ b/style.cfg @@ -21,8 +21,8 @@ # General Information about this style name = prosilver copyright = © phpBB Limited, 2007 -style_version = 3.2.0 -phpbb_version = 3.2.0 +style_version = 3.2.1 +phpbb_version = 3.2.1 # Defining a different template bitfield # template_bitfield = lNg= diff --git a/template/ajax.js b/template/ajax.js index 1bb3aab..6903ad2 100644 --- a/template/ajax.js +++ b/template/ajax.js @@ -26,7 +26,7 @@ phpbb.addAjaxCallback('mark_forums_read', function(res) { }); // Mark subforums read - $('a.subforum[class*="unread"]').removeClass('unread').addClass('read'); + $('a.subforum[class*="unread"]').removeClass('unread').addClass('read').children('.icon.icon-red').removeClass('icon-red').addClass('icon-blue'); // Mark topics read if we are watching a category and showing active topics if ($('#active_topics').length) { diff --git a/template/bbcode.html b/template/bbcode.html index 8c4e941..940c0ac 100644 --- a/template/bbcode.html +++ b/template/bbcode.html @@ -53,13 +53,13 @@
- + - + {TEXT} diff --git a/template/display_options.html b/template/display_options.html index d1ec3dc..a426d08 100644 --- a/template/display_options.html +++ b/template/display_options.html @@ -1,4 +1,4 @@ - diff --git a/template/mcp_front.html b/template/mcp_front.html index 9777581..90793d0 100644 --- a/template/mcp_front.html +++ b/template/mcp_front.html @@ -30,7 +30,7 @@