aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-10-24 18:21:14 +0200
committerMarc Alexander <admin@m-a-styles.de>2016-10-24 18:21:14 +0200
commitcac8ac8242d37fe4e7e2baad8583f40b1d747c45 (patch)
tree1891bb42486d0e9abc566328d9cf1960b84939f7 /phpBB
parent3cb09358fef0a96489c19850ddb93ad65b0306ff (diff)
parent98a6133c1e1bf6779e38b5af1ee285b66d5ed0fc (diff)
downloadforums-cac8ac8242d37fe4e7e2baad8583f40b1d747c45.tar
forums-cac8ac8242d37fe4e7e2baad8583f40b1d747c45.tar.gz
forums-cac8ac8242d37fe4e7e2baad8583f40b1d747c45.tar.bz2
forums-cac8ac8242d37fe4e7e2baad8583f40b1d747c45.tar.xz
forums-cac8ac8242d37fe4e7e2baad8583f40b1d747c45.zip
Merge pull request #4477 from rxu/ticket/14808
[ticket/14808] Add template event overall_header_searchbox_after
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/docs/events.md7
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html1
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 -->