diff options
author | rxu <rxu@mail.ru> | 2016-10-04 16:58:51 +0700 |
---|---|---|
committer | rxu <rxu@mail.ru> | 2016-10-04 16:58:51 +0700 |
commit | 98a6133c1e1bf6779e38b5af1ee285b66d5ed0fc (patch) | |
tree | ba4461a97175dd077301bef9406129bbb82e24c4 | |
parent | 1ad64f89b817a42722b522f4a763424eea3b5a5f (diff) | |
download | forums-98a6133c1e1bf6779e38b5af1ee285b66d5ed0fc.tar forums-98a6133c1e1bf6779e38b5af1ee285b66d5ed0fc.tar.gz forums-98a6133c1e1bf6779e38b5af1ee285b66d5ed0fc.tar.bz2 forums-98a6133c1e1bf6779e38b5af1ee285b66d5ed0fc.tar.xz forums-98a6133c1e1bf6779e38b5af1ee285b66d5ed0fc.zip |
[ticket/14808] Add template event overall_header_searchbox_after
PHPBB3-14808
-rw-r--r-- | phpBB/docs/events.md | 7 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 35c6877a89..0abda89706 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -1453,6 +1453,13 @@ overall_header_page_body_before * Since: 3.1.0-b3 * Purpose: Add content after the page-header, but before the page-body +overall_header_searchbox_after +=== +* Locations: + + styles/prosilver/template/overall_header.html +* Since: 3.1.11-RC1 +* Purpose: Add content after the search box in the header + overall_header_searchbox_before === * Locations: diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 5093d81919..e583c6e890 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -99,6 +99,7 @@ </form> </div> <!-- ENDIF --> + <!-- EVENT overall_header_searchbox_after --> </div> <!-- EVENT overall_header_headerbar_after --> |