From 90e9d5c462ff13c1664fedf37739516c22c984ca Mon Sep 17 00:00:00 2001 From: GerB Date: Fri, 16 Sep 2016 15:10:23 +0200 Subject: [ticket/14785] Add template event overall_header_headerbar_after/before PHPBB3-14785 --- phpBB/docs/events.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'phpBB/docs') 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 `` 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: -- cgit v1.2.1