aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2
diff options
context:
space:
mode:
authorrxu <rxu@mail.ru>2015-12-12 19:32:12 +0700
committerrxu <rxu@mail.ru>2015-12-17 23:18:37 +0700
commit33db45edac0448b56e899103dad4b206344d1735 (patch)
treeaf162919949360a08018e4fab49de2b9ded30d20 /phpBB/styles/subsilver2
parent901785bc5ee46634fcbbb839b95932f13c80253a (diff)
downloadforums-33db45edac0448b56e899103dad4b206344d1735.tar
forums-33db45edac0448b56e899103dad4b206344d1735.tar.gz
forums-33db45edac0448b56e899103dad4b206344d1735.tar.bz2
forums-33db45edac0448b56e899103dad4b206344d1735.tar.xz
forums-33db45edac0448b56e899103dad4b206344d1735.zip
[ticket/14356] Add template events to viewtopic around back2top link
PHPBB3-14356
Diffstat (limited to 'phpBB/styles/subsilver2')
-rw-r--r--phpBB/styles/subsilver2/template/viewtopic_body.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html
index fe6b8e137b..e340334cf8 100644
--- a/phpBB/styles/subsilver2/template/viewtopic_body.html
+++ b/phpBB/styles/subsilver2/template/viewtopic_body.html
@@ -346,7 +346,9 @@
<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
- <td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
+ <!-- EVENT viewtopic_body_postrow_back2top_before -->
+ <td class="profile"><!-- EVENT viewtopic_body_postrow_back2top_prepend --><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong><!-- EVENT viewtopic_body_postrow_back2top_append --></td>
+ <!-- EVENT viewtopic_body_postrow_back2top_after -->
<td>
<div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">
&nbsp;<!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}" class="imageset">{PROFILE_IMG}</a><!-- ENDIF -->