diff options
author | Dragos-Valentin Radulescu <rdragos18@yahoo.com> | 2015-03-05 20:36:15 +0200 |
---|---|---|
committer | Dragos-Valentin Radulescu <rdragos18@yahoo.com> | 2015-03-06 19:41:02 +0200 |
commit | 4ccba9904752deae493dd208f70ec7f99baf018e (patch) | |
tree | dd4ff05d23023f2d78702c56c112cc6218d31d5d /phpBB | |
parent | 71ac6ab2b87ec1d606d5669b930ac4c7164e9b11 (diff) | |
download | forums-4ccba9904752deae493dd208f70ec7f99baf018e.tar forums-4ccba9904752deae493dd208f70ec7f99baf018e.tar.gz forums-4ccba9904752deae493dd208f70ec7f99baf018e.tar.bz2 forums-4ccba9904752deae493dd208f70ec7f99baf018e.tar.xz forums-4ccba9904752deae493dd208f70ec7f99baf018e.zip |
[ticket/13602] Adding event overall_header_navbar_before
PHPBB3-13602
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/events.md | 8 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index e1308c71d1..8792dc507c 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -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: diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index ad08c1220b..ac17421163 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -84,7 +84,7 @@ </div> </div> - + <!-- EVENT overall_header_navbar_before --> <!-- INCLUDE navbar_header.html --> </div> diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 4741154889..1361242471 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -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> |