[ticket/16728] Add search result template event

PHPBB3-16728
This commit is contained in:
Dark❶ 2021-03-15 23:29:08 +05:30
parent 2d1ce7dc24
commit 78679ed001
No known key found for this signature in database
GPG key ID: B5C35684F456E634
2 changed files with 8 additions and 1 deletions

View file

@ -2265,6 +2265,13 @@ search_results_header_before
* Since: 3.1.4-RC1
* Purpose: Add content before the header of the search results.
search_results_jumpbox_before
===
* Locations:
+ styles/prosilver/template/search_results.html
* Since: 3.3.4-RC1
* Purpose: Add content before the jumpbox of the search results.
search_results_last_post_author_username_append
===
* Locations:

View file

@ -241,7 +241,7 @@
<!-- ENDIF -->
</div>
</div>
{% EVENT search_results_jumpbox_before %}
<!-- INCLUDE jumpbox.html -->
<!-- INCLUDE overall_footer.html -->