mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16833] Improve subscribe to forum or topic icons
PHPBB3-16833
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
<!-- IF U_BOOKMARK_TOPIC -->
|
||||
<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">
|
||||
{{ Icon('iconify', 'mdi:star-outline', S_BOOKMARK_TOPIC, false) }}
|
||||
{{ Icon('iconify', 'mdi:heart-outline', S_BOOKMARK_TOPIC, false) }}
|
||||
</a>
|
||||
</li>
|
||||
<!-- ENDIF -->
|
||||
|
Reference in New Issue
Block a user