mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge pull request #6161 from Dark1z/ticket/16728
[ticket/16728] Add search result template event
This commit is contained in:
commit
29a3b6c792
2 changed files with 8 additions and 1 deletions
|
@ -2265,6 +2265,13 @@ search_results_header_before
|
||||||
* Since: 3.1.4-RC1
|
* Since: 3.1.4-RC1
|
||||||
* Purpose: Add content before the header of the search results.
|
* 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
|
search_results_last_post_author_username_append
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -241,7 +241,7 @@
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{% EVENT search_results_jumpbox_before %}
|
||||||
<!-- INCLUDE jumpbox.html -->
|
<!-- INCLUDE jumpbox.html -->
|
||||||
|
|
||||||
<!-- INCLUDE overall_footer.html -->
|
<!-- INCLUDE overall_footer.html -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue