|
8 | 8 | <div class="pointer"><div class="pointer-inner"></div></div> |
9 | 9 | <ul class="dropdown-contents"> |
10 | 10 | <!-- EVENT viewtopic_topic_tools_before --> |
11 | | - <!-- IF U_WATCH_TOPIC --> |
| 11 | + {% if U_WATCH_TOPIC %} |
12 | 12 | <li> |
13 | | - <a href="{U_WATCH_TOPIC}" class="watch-topic-link" title="{S_WATCH_TOPIC_TITLE}" data-ajax="toggle_link" data-toggle-text="{S_WATCH_TOPIC_TOGGLE}" data-toggle-url="{U_WATCH_TOPIC_TOGGLE}" data-update-all=".watch-topic-link"> |
| 13 | + <a href="{{ U_WATCH_TOPIC }}" class="watch-topic-link" title="{{ S_WATCH_TOPIC_TITLE }}" data-ajax="toggle_link" data-toggle-text="{{ S_WATCH_TOPIC_TOGGLE }}" data-toggle-url="{{ U_WATCH_TOPIC_TOGGLE }}" data-update-all=".watch-topic-link"> |
14 | 14 | {% if S_WATCHING_TOPIC %} |
15 | | - {{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon is-active') }} |
16 | | - {{ Icon('font', 'bell', '', true, 'far c-watch-icon') }} |
17 | | - {% else %} |
18 | 15 | {{ Icon('font', 'bell', '', true, 'far c-watch-icon is-active') }} |
19 | 16 | {{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon') }} |
| 17 | + {% else %} |
| 18 | + {{ Icon('font', 'bell-slash', '', true, 'far c-watch-icon is-active') }} |
| 19 | + {{ Icon('font', 'bell', '', true, 'far c-watch-icon') }} |
20 | 20 | {% endif %} |
21 | 21 | <span>{S_WATCH_TOPIC_TITLE}</span> |
22 | 22 | </a> |
23 | 23 | </li> |
24 | | - <!-- ENDIF --> |
| 24 | + {% endif %} |
25 | 25 | <!-- IF U_BOOKMARK_TOPIC --> |
26 | 26 | <li> |
27 | 27 | <a href="{U_BOOKMARK_TOPIC}" class="bookmark-link" title="{L_BOOKMARK_TOPIC}" data-ajax="alt_text" data-alt-text="{S_BOOKMARK_TOGGLE}" data-update-all=".bookmark-link"> |
|
0 commit comments