aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-09-24 13:04:21 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-09-24 13:04:21 +0200
commitb8bbf9db03678c6c048856e067a4644e4e44b4b7 (patch)
tree96146d6988168766ba995ff3555c128dd5c918a5 /phpBB
parent4267cc3a434a4431f5c42e98edd9d73b35a58095 (diff)
parent90e9d5c462ff13c1664fedf37739516c22c984ca (diff)
downloadforums-b8bbf9db03678c6c048856e067a4644e4e44b4b7.tar
forums-b8bbf9db03678c6c048856e067a4644e4e44b4b7.tar.gz
forums-b8bbf9db03678c6c048856e067a4644e4e44b4b7.tar.bz2
forums-b8bbf9db03678c6c048856e067a4644e4e44b4b7.tar.xz
forums-b8bbf9db03678c6c048856e067a4644e4e44b4b7.zip
Merge pull request #4461 from marc1706/ticket/14785
[ticket/14785] Add template event overall_header_headerbar_after/before
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/docs/events.md14
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
2 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index abe702eb25..e556193fdf 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -1375,6 +1375,20 @@ overall_header_head_append
* Since: 3.1.0-a1
* 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
===
* Locations:
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index adb8931210..5093d81919 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -76,6 +76,7 @@
<a id="top" class="anchor" accesskey="t"></a>
<div id="page-header">
<div class="headerbar" role="banner">
+ <!-- EVENT overall_header_headerbar_before -->
<div class="inner">
<div id="site-description">
@@ -100,6 +101,7 @@
<!-- ENDIF -->
</div>
+ <!-- EVENT overall_header_headerbar_after -->
</div>
<!-- EVENT overall_header_navbar_before -->
<!-- INCLUDE navbar_header.html -->