diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-11 10:19:49 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-11 10:19:49 +0200 |
| commit | 61c92c07eefdae649ab01ae16051e24f3a208058 (patch) | |
| tree | 3fb982d2734952d7ed9eed716db945e70f1ba46d /phpBB/styles/subsilver2 | |
| parent | 491d50a9948d99e4255312d048bcf54ed3985584 (diff) | |
| parent | 2d989acd0c1723f3c2b958c67950950882d80453 (diff) | |
| download | forums-61c92c07eefdae649ab01ae16051e24f3a208058.tar forums-61c92c07eefdae649ab01ae16051e24f3a208058.tar.gz forums-61c92c07eefdae649ab01ae16051e24f3a208058.tar.bz2 forums-61c92c07eefdae649ab01ae16051e24f3a208058.tar.xz forums-61c92c07eefdae649ab01ae16051e24f3a208058.zip | |
Merge pull request #2436 from rxu/ticket/12523
[ticket/12523] Add template events search_results_topic_(before/after)
* rxu/ticket/12523:
[ticket/12523] Add template events search_results_topic_(before/after)
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> |
