1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/13679] Add template event overall_header_searchbox_before

PHPBB3-13679
This commit is contained in:
n-aleha 2015-03-08 03:57:17 +02:00
parent 2348580255
commit aeafb90208
2 changed files with 8 additions and 0 deletions

View File

@ -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:

View File

@ -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">