diff options
author | Matt Friedman <maf675@gmail.com> | 2013-03-13 15:04:06 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-03-19 13:32:17 -0700 |
commit | 433fbfd4d9e155046d9b8c14dc5f4c5c6a1f2130 (patch) | |
tree | 53db7458b2e5975f12b0f58fd186acc6da4b78ad /phpBB | |
parent | d4ee7718b9505dc6e9b3889a6a3218714c7b8e5a (diff) | |
download | forums-433fbfd4d9e155046d9b8c14dc5f4c5c6a1f2130.tar forums-433fbfd4d9e155046d9b8c14dc5f4c5c6a1f2130.tar.gz forums-433fbfd4d9e155046d9b8c14dc5f4c5c6a1f2130.tar.bz2 forums-433fbfd4d9e155046d9b8c14dc5f4c5c6a1f2130.tar.xz forums-433fbfd4d9e155046d9b8c14dc5f4c5c6a1f2130.zip |
[ticket/11461] Add template event in the footer of view topic pages
PHPBB3-11461
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/template/viewtopic_body.html | 1 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/template/viewtopic_body.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html index c9a6882b6f..5ec8480deb 100644 --- a/phpBB/styles/prosilver/template/viewtopic_body.html +++ b/phpBB/styles/prosilver/template/viewtopic_body.html @@ -301,6 +301,7 @@ <!-- ENDIF --> </div> +<!-- EVENT viewtopic_body_footer_before --> <!-- INCLUDE jumpbox.html --> <!-- IF .quickmod --> diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html index 9e6377022a..b561b99abd 100644 --- a/phpBB/styles/subsilver2/template/viewtopic_body.html +++ b/phpBB/styles/subsilver2/template/viewtopic_body.html @@ -328,6 +328,7 @@ <!-- INCLUDE quickreply_editor.html --> <!-- ENDIF --> +<!-- EVENT viewtopic_body_footer_before --> <!-- INCLUDE breadcrumbs.html --> <!-- IF S_DISPLAY_ONLINE_LIST --> |