diff --git a/phpBB/styles/prosilver/template/navbar_footer.html b/phpBB/styles/prosilver/template/navbar_footer.html index cb71e2f434..bf8cc8ccaf 100644 --- a/phpBB/styles/prosilver/template/navbar_footer.html +++ b/phpBB/styles/prosilver/template/navbar_footer.html @@ -35,11 +35,11 @@
  • {% if S_WATCHING_FORUM %} - {{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon is-active') }} - {{ Icon('font', 'bell', '', true, 'far c-watch-icon') }} - {% else %} {{ Icon('font', 'bell', '', true, 'far c-watch-icon is-active') }} {{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon') }} + {% else %} + {{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon is-active') }} + {{ Icon('font', 'bell', '', true, 'far c-watch-icon') }} {% endif %} {{ S_WATCH_FORUM_TITLE }} diff --git a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html index 55acdabd88..1e665bd4b9 100644 --- a/phpBB/styles/prosilver/template/viewtopic_topic_tools.html +++ b/phpBB/styles/prosilver/template/viewtopic_topic_tools.html @@ -8,20 +8,20 @@