Skip to content

Commit e33c174

Browse files
committed
Merge branch 'ticket/17492' into ticket/17492-master
2 parents e13c465 + 705b5ca commit e33c174

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpBB/styles/prosilver/template/navbar_footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
<li class="in-menu">
3636
<a href="{{ U_WATCH_FORUM_LINK }}" title="{{ S_WATCH_FORUM_TITLE }}" data-ajax="toggle_link" data-toggle-text="{{ S_WATCH_FORUM_TOGGLE }}" data-toggle-url="{{ U_WATCH_FORUM_TOGGLE }}">
3737
{% if S_WATCHING_FORUM %}
38-
{{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon is-active') }}
39-
{{ Icon('font', 'bell', '', true, 'far c-watch-icon') }}
40-
{% else %}
4138
{{ Icon('font', 'bell', '', true, 'far c-watch-icon is-active') }}
4239
{{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon') }}
40+
{% else %}
41+
{{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon is-active') }}
42+
{{ Icon('font', 'bell', '', true, 'far c-watch-icon') }}
4343
{% endif %}
4444
<span>{{ S_WATCH_FORUM_TITLE }}</span>
4545
</a>

0 commit comments

Comments
 (0)