mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +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">
|
<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 }}">
|
<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 %}
|
{% 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', '', true, 'far c-watch-icon is-active') }}
|
||||||
{{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon') }}
|
{{ 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 %}
|
{% endif %}
|
||||||
<span>{{ S_WATCH_FORUM_TITLE }}</span>
|
<span>{{ S_WATCH_FORUM_TITLE }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue