mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12523] Add template events search_results_topic_(before/after)
Add template events search_results_topic_(before/after) to search_results.html. PHPBB3-12523
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
<th nowrap="nowrap"> {L_LAST_POST} </th>
|
||||
</tr>
|
||||
<!-- BEGIN searchresults -->
|
||||
<!-- EVENT search_results_topic_before -->
|
||||
<tr valign="middle">
|
||||
<td class="row1" width="25" align="center">{searchresults.TOPIC_FOLDER_IMG}</td>
|
||||
<td class="row1" width="25" align="center">
|
||||
@@ -71,6 +72,7 @@
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- EVENT search_results_topic_after -->
|
||||
<!-- BEGINELSE -->
|
||||
<tr valign="middle">
|
||||
<td colspan="7" class="row3" align="center">{L_NO_SEARCH_RESULTS}</td>
|
||||
|
Reference in New Issue
Block a user