1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 03:59:52 +02:00

[ticket/12410] Add Template events search_results_post_ b/a

PHPBB3-12410
This commit is contained in:
PayBas
2014-04-15 16:30:45 +02:00
parent b60108dc78
commit 530d09204c
3 changed files with 20 additions and 0 deletions

View File

@@ -91,6 +91,7 @@
<!-- BEGIN searchresults -->
<tr class="row2">
<!-- EVENT search_results_post_before -->
<!-- IF searchresults.S_IGNORE_POST -->
<td class="gensmall" colspan="2" height="25" align="center">{searchresults.L_IGNORE_POST}</td>
<!-- ELSE -->
@@ -126,6 +127,7 @@
</td>
</tr>
<!-- ENDIF -->
<!-- EVENT search_results_post_after -->
<tr>
<td class="spacer" colspan="2"><img src="images/spacer.gif" height="1" alt="" /></td>
</tr>