diff options
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index 5067cac418..0df6956181 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -359,12 +359,16 @@ </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}"> <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i> <span class="sr-only">{L_BACK_TO_TOP}</span> </a> + <!-- EVENT viewtopic_body_postrow_back2top_append --> </div> + <!-- EVENT viewtopic_body_postrow_back2top_after --> </div> </div> |