diff options
| author | rxu <rxu@mail.ru> | 2014-05-11 13:35:43 +0800 |
|---|---|---|
| committer | rxu <rxu@mail.ru> | 2014-05-11 15:57:21 +0800 |
| commit | 2d989acd0c1723f3c2b958c67950950882d80453 (patch) | |
| tree | e927b3869f2c929105360b40f9cea9cf28e76f97 /phpBB/styles/subsilver2 | |
| parent | d340d2fe253e2628a52a669353bf5e74c5c859a1 (diff) | |
| download | forums-2d989acd0c1723f3c2b958c67950950882d80453.tar forums-2d989acd0c1723f3c2b958c67950950882d80453.tar.gz forums-2d989acd0c1723f3c2b958c67950950882d80453.tar.bz2 forums-2d989acd0c1723f3c2b958c67950950882d80453.tar.xz forums-2d989acd0c1723f3c2b958c67950950882d80453.zip | |
[ticket/12523] Add template events search_results_topic_(before/after)
Add template events search_results_topic_(before/after)
to search_results.html.
PHPBB3-12523
Diffstat (limited to 'phpBB/styles/subsilver2')
| -rw-r--r-- | phpBB/styles/subsilver2/template/search_results.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/subsilver2/template/search_results.html b/phpBB/styles/subsilver2/template/search_results.html index ff34055b29..319e37d710 100644 --- a/phpBB/styles/subsilver2/template/search_results.html +++ b/phpBB/styles/subsilver2/template/search_results.html @@ -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> |
