1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-02 13:47:55 +02:00

[ticket/17324] Add template event to notification_dropdown.html

PHPBB3-17324
This commit is contained in:
rxu 2024-05-27 23:39:44 +07:00 committed by Marc Alexander
parent 130c10915e
commit fcf89208cf
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
2 changed files with 16 additions and 0 deletions
phpBB
docs
styles/prosilver/template

@ -1597,6 +1597,20 @@ navbar_header_username_prepend
* Since: 3.1.0-RC1
* Purpose: Add text and HTMl before the username shown in the navbar.
notification_dropdown_footer_after
===
* Locations:
+ styles/prosilver/template/notification_dropdown.html
* Since: 3.3.12
* Purpose: Add content after notifications list footer.
notification_dropdown_footer_before
===
* Locations:
+ styles/prosilver/template/notification_dropdown.html
* Since: 3.3.12
* Purpose: Add content before notifications list footer.
overall_footer_after
===
* Locations:

@ -40,8 +40,10 @@
<!-- END notifications -->
</ul>
{% EVENT notification_dropdown_footer_before %}
<div class="footer">
<a href="{U_VIEW_ALL_NOTIFICATIONS}"><span>{L_SEE_ALL}</span></a>
</div>
{% EVENT notification_dropdown_footer_after %}
</div>
</div>