aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-04-03 16:50:20 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-04-03 16:50:20 +0200
commitca1ac36c20b0c6d1f83b37772e0f91d1f68f09cd (patch)
tree4d0a841c469b9fb5328dd88c0a416e94f5968ba6
parentf86c5d905bb82967505ef3e07fa429b59c112871 (diff)
parent55f6329c1d99dfbb20c9ac75423f261ec2cf9158 (diff)
downloadforums-ca1ac36c20b0c6d1f83b37772e0f91d1f68f09cd.tar
forums-ca1ac36c20b0c6d1f83b37772e0f91d1f68f09cd.tar.gz
forums-ca1ac36c20b0c6d1f83b37772e0f91d1f68f09cd.tar.bz2
forums-ca1ac36c20b0c6d1f83b37772e0f91d1f68f09cd.tar.xz
forums-ca1ac36c20b0c6d1f83b37772e0f91d1f68f09cd.zip
Merge branch '3.1.x'
Conflicts: phpBB/styles/subsilver2/template/overall_header.html
-rw-r--r--phpBB/docs/events.md7
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html2
2 files changed, 8 insertions, 1 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 5c4f561a3c..2903b44bf6 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -776,6 +776,13 @@ 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
+* Since: 3.1.4-RC1
+* Purpose: Add content before the navigation bar
+
overall_header_navigation_append
===
* Locations:
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index c4dbb6a035..e0c8e51d25 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -85,7 +85,7 @@
</div>
</div>
-
+ <!-- EVENT overall_header_navbar_before -->
<!-- INCLUDE navbar_header.html -->
</div>