mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
Compare commits
No commits in common. "cfeb747f10501d490cc5fb74275cb2bdb86947a3" and "4b206ee28bd6766f93739b8613244d8e9b6e3fb6" have entirely different histories.
cfeb747f10
...
4b206ee28b
2 changed files with 0 additions and 16 deletions
|
@ -1597,20 +1597,6 @@ 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,10 +40,8 @@
|
||||||
<!-- 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