aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/viewtopic_body.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-01-07 16:26:16 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-01-07 16:26:16 +0100
commita7058d968ff2e4b4cb4b32fb3f7284bd1a539c93 (patch)
tree12aba226c8b29b97481d13d53a1b6e84cd74b8a3 /phpBB/styles/prosilver/template/viewtopic_body.html
parente75c04f02a951b3cdc0a754fee7e58d7a8d6a4a4 (diff)
parent33db45edac0448b56e899103dad4b206344d1735 (diff)
downloadforums-a7058d968ff2e4b4cb4b32fb3f7284bd1a539c93.tar
forums-a7058d968ff2e4b4cb4b32fb3f7284bd1a539c93.tar.gz
forums-a7058d968ff2e4b4cb4b32fb3f7284bd1a539c93.tar.bz2
forums-a7058d968ff2e4b4cb4b32fb3f7284bd1a539c93.tar.xz
forums-a7058d968ff2e4b4cb4b32fb3f7284bd1a539c93.zip
Merge pull request #4079 from rxu/ticket/14356
[ticket/14356] Add template events to viewtopic around back2top link
Diffstat (limited to 'phpBB/styles/prosilver/template/viewtopic_body.html')
-rw-r--r--phpBB/styles/prosilver/template/viewtopic_body.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html
index e2dcc49686..d2a253bb77 100644
--- a/phpBB/styles/prosilver/template/viewtopic_body.html
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html
@@ -331,7 +331,9 @@
</div>
- <div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div>
+ <!-- EVENT viewtopic_body_postrow_back2top_before -->
+ <div class="back2top"><!-- EVENT viewtopic_body_postrow_back2top_prepend --><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a><!-- EVENT viewtopic_body_postrow_back2top_append --></div>
+ <!-- EVENT viewtopic_body_postrow_back2top_after -->
</div>
</div>