diff options
author | OpenShift guest <dachebodt@gmail.com> | 2013-11-18 23:44:59 -0500 |
---|---|---|
committer | OpenShift guest <dachebodt@gmail.com> | 2013-11-18 23:44:59 -0500 |
commit | 122e95486c8af0963316c4c46a40e9f8f19a9cad (patch) | |
tree | 7c5b64091f0dee63b88bca99b44f4baac93ec233 /phpBB | |
parent | bc47455dfba70f43bf335753e0329e2eff6d7082 (diff) | |
download | forums-122e95486c8af0963316c4c46a40e9f8f19a9cad.tar forums-122e95486c8af0963316c4c46a40e9f8f19a9cad.tar.gz forums-122e95486c8af0963316c4c46a40e9f8f19a9cad.tar.bz2 forums-122e95486c8af0963316c4c46a40e9f8f19a9cad.tar.xz forums-122e95486c8af0963316c4c46a40e9f8f19a9cad.zip |
[ticket/12024] Update events list
PHPBB3-12024
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/docs/events.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index f0b3b81822..ffcf0258f2 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -64,6 +64,14 @@ overall_footer_breadcrumb_append * Location: styles/prosilver/template/overall_footer.html * Purpose: Add links to the list of breadcrumbs in the footer +overall_footer_content_after +=== +* Locations: + + styles/prosilver/template/overall_footer.html + + styles/subsilver2/template/overall_footer.html +* Since: 3.1.0-a1 +* Purpose: Add content on all pages after the main content, before the footer + overall_footer_copyright_append === * Locations: @@ -85,6 +93,14 @@ overall_header_breadcrumb_append + styles/subsilver2/template/breadcrumbs.html * Purpose: Add links to the list of breadcrumbs in the header +overall_header_content_before +=== +* Locations: + + styles/prosilver/template/overall_header.html + + styles/subsilver2/template/overall_header.html +* Since: 3.1.0-a1 +* Purpose: Add content on all pages before the main content, after the header + overall_header_head_append === * Locations: |