mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge branch 'ticket/17492' into ticket/17492-master
This commit is contained in:
commit
e33c1746c1
1 changed files with 3 additions and 3 deletions
|
@ -35,11 +35,11 @@
|
|||
<li class="in-menu">
|
||||
<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 }}">
|
||||
{% 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 %}
|
||||
<span>{{ S_WATCH_FORUM_TITLE }}</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue