diff options
author | PayBas <contact@paybas.com> | 2014-03-29 21:20:10 +0100 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-05-03 17:56:13 +0200 |
commit | 1c84cea3945d826b5ae0fe661a16043ed4bae271 (patch) | |
tree | 26183d9db2c59d1467417c48b396b7c3aecdd28f /phpBB/styles/prosilver | |
parent | b60108dc78af581fe5327fce4037731555203320 (diff) | |
download | forums-1c84cea3945d826b5ae0fe661a16043ed4bae271.tar forums-1c84cea3945d826b5ae0fe661a16043ed4bae271.tar.gz forums-1c84cea3945d826b5ae0fe661a16043ed4bae271.tar.bz2 forums-1c84cea3945d826b5ae0fe661a16043ed4bae271.tar.xz forums-1c84cea3945d826b5ae0fe661a16043ed4bae271.zip |
[ticket/12323] Template Event search_results_postprofile_before
PHPBB3-12323
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/search_results.html | 2 |
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 818b8ee642..6be1d5aa41 100644 --- a/phpBB/styles/prosilver/template/search_results.html +++ b/phpBB/styles/prosilver/template/search_results.html @@ -122,12 +122,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"> |