diff options
author | Marc Alexander <admin@m-a-styles.de> | 2015-03-10 15:23:27 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2015-03-10 15:23:27 +0100 |
commit | 5b9fe33b1b3421d24abdd0db15db310aa717fb54 (patch) | |
tree | 1e91f95ce6237f607ca462f1d17064351c2a0a48 | |
parent | 3cb1907e76cc760f455f4571011bc4c517eb56db (diff) | |
parent | aeafb902088ce7f7d0180da78a0d639c1bcb1d1e (diff) | |
download | forums-5b9fe33b1b3421d24abdd0db15db310aa717fb54.tar forums-5b9fe33b1b3421d24abdd0db15db310aa717fb54.tar.gz forums-5b9fe33b1b3421d24abdd0db15db310aa717fb54.tar.bz2 forums-5b9fe33b1b3421d24abdd0db15db310aa717fb54.tar.xz forums-5b9fe33b1b3421d24abdd0db15db310aa717fb54.zip |
Merge pull request #3477 from n-aleha/ticket/13679
[ticket/13679] Add template event overall_header_searchbox_before
-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 f0deea685d..5c4b6a8d7d 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -880,6 +880,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_before +=== +* Locations: + + styles/prosilver/template/overall_header.html +* Since: 3.1.4-RC1 +* Purpose: Add content before the search box in the header + overall_header_stylesheets_after === * Locations: diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 121094f6e0..a3d8d40019 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -69,6 +69,7 @@ <p class="skiplink"><a href="#start_here">{L_SKIP}</a></p> </div> + <!-- EVENT overall_header_searchbox_before --> <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --> <div id="search-box" class="search-box search-header"> <form action="{U_SEARCH}" method="get" id="search"> |