diff options
author | n-aleha <nick_aleha@myway.com> | 2015-03-08 03:57:17 +0200 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2015-03-08 21:54:01 +0200 |
commit | aeafb902088ce7f7d0180da78a0d639c1bcb1d1e (patch) | |
tree | 92b5e5eddcaf5f520d0f3da9a95eed97af00d4fd /phpBB/styles | |
parent | 2348580255b19919e2b0d22143be72494a79e527 (diff) | |
download | forums-aeafb902088ce7f7d0180da78a0d639c1bcb1d1e.tar forums-aeafb902088ce7f7d0180da78a0d639c1bcb1d1e.tar.gz forums-aeafb902088ce7f7d0180da78a0d639c1bcb1d1e.tar.bz2 forums-aeafb902088ce7f7d0180da78a0d639c1bcb1d1e.tar.xz forums-aeafb902088ce7f7d0180da78a0d639c1bcb1d1e.zip |
[ticket/13679] Add template event overall_header_searchbox_before
PHPBB3-13679
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 1 |
1 files changed, 1 insertions, 0 deletions
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"> |