mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00:00
[ticket/13602] Adding event overall_header_navbar_before
PHPBB3-13602
This commit is contained in:
parent
71ac6ab2b8
commit
4ccba99047
3 changed files with 10 additions and 2 deletions
|
@ -611,6 +611,14 @@ overall_header_body_before
|
|||
* Since: 3.1.0-b2
|
||||
* Purpose: Add content to the header body
|
||||
|
||||
overall_header_navbar_before
|
||||
===
|
||||
* Locations:
|
||||
+ styles/prosilver/template/overall_header.html
|
||||
+ styles/subsilver2/template/overall_header.html
|
||||
* Since: 3.1.4-RC1
|
||||
* Purpose: Add content before the navigation bar
|
||||
|
||||
overall_header_breadcrumb_append
|
||||
===
|
||||
* Locations:
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- EVENT overall_header_navbar_before -->
|
||||
<!-- INCLUDE navbar_header.html -->
|
||||
</div>
|
||||
|
||||
|
|
|
@ -152,7 +152,7 @@ function marklist(id, name, state)
|
|||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<!-- EVENT overall_header_navbar_before -->
|
||||
<div id="menubar">
|
||||
<table width="100%" cellspacing="0">
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue