1
0
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:
Marc Alexander
2024-11-03 19:51:27 +01:00
parent 23010abcb8
commit 2d392791ad
3 changed files with 17 additions and 8 deletions

View File

@@ -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">