mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-20 15:31:42 +02:00
[ticket/17459] Move mark forums read to quick links
PHPBB-17459
This commit is contained in:
@@ -44,6 +44,13 @@
|
||||
{{ Icon('font', 'file-lines', lang('SEARCH_ACTIVE_TOPICS'), false, 'far icon icon-blue') }}
|
||||
</a>
|
||||
</li>
|
||||
{% if U_MARK_FORUMS %}
|
||||
<li>
|
||||
<a href="{{ U_MARK_FORUMS }}" role="menuitem" accesskey="m" data-ajax="mark_forums_read">
|
||||
{{ Icon('font', 'book-open-reader', lang('MARK_FORUMS_READ'), false) }}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
<li class="separator"></li>
|
||||
<li>
|
||||
<a href="{{ U_SEARCH }}" role="menuitem">
|
||||
|
Reference in New Issue
Block a user