diff options
author | Matt Friedman <maf675@gmail.com> | 2013-03-15 00:41:21 -0700 |
---|---|---|
committer | Matt Friedman <maf675@gmail.com> | 2013-03-19 13:32:48 -0700 |
commit | 578ed03b7eb93fe00e67fc83db04b45fadc0fc74 (patch) | |
tree | d18f1172dec11ff3bfb39f5e0886a88bcf593550 /phpBB/docs | |
parent | c9da6c5952e95791602d91465af238896abb1bb5 (diff) | |
download | forums-578ed03b7eb93fe00e67fc83db04b45fadc0fc74.tar forums-578ed03b7eb93fe00e67fc83db04b45fadc0fc74.tar.gz forums-578ed03b7eb93fe00e67fc83db04b45fadc0fc74.tar.bz2 forums-578ed03b7eb93fe00e67fc83db04b45fadc0fc74.tar.xz forums-578ed03b7eb93fe00e67fc83db04b45fadc0fc74.zip |
[ticket/11461] Further clarify doc for viewtopic_body_footer_before
PHPBB3-11461
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/events.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7666fcda48..041e2f2ad6 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -129,7 +129,7 @@ viewtopic_body_footer_before * Locations: + styles/prosilver/template/viewtopic_body.html + styles/subsilver2/template/viewtopic_body.html -* Purpose: Add content to the bottom of the viewtopic page after all posts and pagination links +* Purpose: Add content to the bottom of the View topic screen below the posts and quick reply, directly before the jumpbox in Prosilver, breadcrumbs in Subsilver2. viewtopic_topic_title_prepend === |