mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:28:55 +00:00
Compare commits
6 commits
7f11c1b46d
...
ef593afec5
Author | SHA1 | Date | |
---|---|---|---|
|
ef593afec5 | ||
|
51da43f77f | ||
|
e328ee96d2 | ||
|
9ea4aabe9a | ||
|
a88040df85 | ||
|
fcf89208cf |
2 changed files with 16 additions and 0 deletions
|
@ -1597,6 +1597,20 @@ navbar_header_username_prepend
|
||||||
* Since: 3.1.0-RC1
|
* Since: 3.1.0-RC1
|
||||||
* Purpose: Add text and HTMl before the username shown in the navbar.
|
* 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
|
overall_footer_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -40,8 +40,10 @@
|
||||||
<!-- END notifications -->
|
<!-- END notifications -->
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
{% EVENT notification_dropdown_footer_before %}
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<a href="{U_VIEW_ALL_NOTIFICATIONS}"><span>{L_SEE_ALL}</span></a>
|
<a href="{U_VIEW_ALL_NOTIFICATIONS}"><span>{L_SEE_ALL}</span></a>
|
||||||
</div>
|
</div>
|
||||||
|
{% EVENT notification_dropdown_footer_after %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue