1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[feature/events] Add overall_header_nav template ledge

Adds a ledge next to the FAQ button for extensions to put links on the navigation bar

PHPBB3-9550
This commit is contained in:
Michael Cullum 2012-03-13 13:22:58 +00:00 committed by David King
parent 38e146c8bd
commit c83c5c7f47

View File

@ -147,6 +147,7 @@
<!-- ENDIF -->
<ul class="linklist rightside">
<!-- RUNHOOKS overall_header_nav -->
<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->