mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +00:00
[ticket/16833] Improve subscribe to forum or topic icons
PHPBB3-16833
This commit is contained in:
parent
55d32dc669
commit
38f2840bde
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
<!-- IF U_BOOKMARK_TOPIC -->
|
<!-- IF U_BOOKMARK_TOPIC -->
|
||||||
<li>
|
<li>
|
||||||
<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">
|
<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">
|
||||||
{{ Icon('iconify', 'mdi:star-outline', S_BOOKMARK_TOPIC, false) }}
|
{{ Icon('iconify', 'mdi:heart-outline', S_BOOKMARK_TOPIC, false) }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue