mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge branch '3.1.x' into 3.2.x
This commit is contained in:
commit
187c6df18a
2 changed files with 16 additions and 0 deletions
|
@ -1273,6 +1273,20 @@ overall_header_head_append
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add asset calls directly before the `</head>` tag
|
* Purpose: Add asset calls directly before the `</head>` tag
|
||||||
|
|
||||||
|
overall_header_headerbar_after
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/overall_header.html
|
||||||
|
* Since: 3.1.10-RC1
|
||||||
|
* Purpose: Add content at the end of the headerbar
|
||||||
|
|
||||||
|
overall_header_headerbar_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/overall_header.html
|
||||||
|
* Since: 3.1.10-RC1
|
||||||
|
* Purpose: Add content at the beginning of the headerbar
|
||||||
|
|
||||||
overall_header_navbar_before
|
overall_header_navbar_before
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -76,6 +76,7 @@
|
||||||
<a id="top" class="top-anchor" accesskey="t"></a>
|
<a id="top" class="top-anchor" accesskey="t"></a>
|
||||||
<div id="page-header">
|
<div id="page-header">
|
||||||
<div class="headerbar" role="banner">
|
<div class="headerbar" role="banner">
|
||||||
|
<!-- EVENT overall_header_headerbar_before -->
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
|
|
||||||
<div id="site-description" class="site-description">
|
<div id="site-description" class="site-description">
|
||||||
|
@ -104,6 +105,7 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<!-- EVENT overall_header_headerbar_after -->
|
||||||
</div>
|
</div>
|
||||||
<!-- EVENT overall_header_navbar_before -->
|
<!-- EVENT overall_header_navbar_before -->
|
||||||
<!-- INCLUDE navbar_header.html -->
|
<!-- INCLUDE navbar_header.html -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue