mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:38:53 +00:00
Merge pull request #3467 from dragosvr92/patch-5
[ticket/13602] Adding a new event overall_header_navbar_before
This commit is contained in:
commit
55f6329c1d
3 changed files with 10 additions and 2 deletions
|
@ -840,6 +840,14 @@ overall_header_head_append
|
|||
* Since: 3.1.0-a1
|
||||
* Purpose: Add asset calls directly before the `</head>` tag
|
||||
|
||||
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_navigation_append
|
||||
===
|
||||
* Locations:
|
||||
|
|
|
@ -85,7 +85,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