mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13679] Add template event overall_header_searchbox_before
PHPBB3-13679
This commit is contained in:
parent
2348580255
commit
aeafb90208
2 changed files with 8 additions and 0 deletions
|
@ -880,6 +880,13 @@ overall_header_page_body_before
|
||||||
* Since: 3.1.0-b3
|
* Since: 3.1.0-b3
|
||||||
* Purpose: Add content after the page-header, but before the page-body
|
* 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
|
overall_header_stylesheets_after
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
|
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- EVENT overall_header_searchbox_before -->
|
||||||
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
|
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
|
||||||
<div id="search-box" class="search-box search-header">
|
<div id="search-box" class="search-box search-header">
|
||||||
<form action="{U_SEARCH}" method="get" id="search">
|
<form action="{U_SEARCH}" method="get" id="search">
|
||||||
|
|
Loading…
Add table
Reference in a new issue