aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-04 16:23:14 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-04 16:23:14 +0200
commitb1d30dad5cdb466b2d79d199f5a372738339038b (patch)
treed61b498cc1f8cddeecb8112eba29e9ea521ad6c1 /phpBB/styles/prosilver
parent3674f95e52d726d91b01305f3c9c2cb4c25307e4 (diff)
parent1c84cea3945d826b5ae0fe661a16043ed4bae271 (diff)
downloadforums-b1d30dad5cdb466b2d79d199f5a372738339038b.tar
forums-b1d30dad5cdb466b2d79d199f5a372738339038b.tar.gz
forums-b1d30dad5cdb466b2d79d199f5a372738339038b.tar.bz2
forums-b1d30dad5cdb466b2d79d199f5a372738339038b.tar.xz
forums-b1d30dad5cdb466b2d79d199f5a372738339038b.zip
Merge pull request #2203 from PayBas/ticket/12323
[ticket/12323] Template Event search_results_postprofile_before/after * PayBas/ticket/12323: [ticket/12323] Template Event search_results_postprofile_before Conflicts: phpBB/docs/events.md
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r--phpBB/styles/prosilver/template/search_results.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html
index 419985c39e..fe0b0362ce 100644
--- a/phpBB/styles/prosilver/template/search_results.html
+++ b/phpBB/styles/prosilver/template/search_results.html
@@ -123,12 +123,14 @@
</div>
<!-- ELSE -->
<dl class="postprofile">
+ <!-- EVENT search_results_postprofile_before -->
<dt class="author">{L_POST_BY_AUTHOR} {searchresults.POST_AUTHOR_FULL}</dt>
<dd class="search-result-date">{searchresults.POST_DATE}</dd>
<dd>{L_FORUM}{L_COLON} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a></dd>
<dd>{L_TOPIC}{L_COLON} <a href="{searchresults.U_VIEW_TOPIC}">{searchresults.TOPIC_TITLE}</a></dd>
<dd>{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></dd>
<dd>{L_VIEWS}{L_COLON} <strong>{searchresults.TOPIC_VIEWS}</strong></dd>
+ <!-- EVENT search_results_postprofile_after -->
</dl>
<div class="postbody">