diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2014-05-01 22:24:31 -0500 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2014-05-01 22:24:31 -0500 |
commit | 73b950d2f191eb5590c43df6c555f1f217b3b2ee (patch) | |
tree | 28cb3e67c02c44a336f21345536d1284c599827c /phpBB/docs/events.md | |
parent | 4f393ad0968e03085d19e8c7f71c755c9231918b (diff) | |
parent | df47cbb25468f84d4f792e4c3b836924b416a227 (diff) | |
download | forums-73b950d2f191eb5590c43df6c555f1f217b3b2ee.tar forums-73b950d2f191eb5590c43df6c555f1f217b3b2ee.tar.gz forums-73b950d2f191eb5590c43df6c555f1f217b3b2ee.tar.bz2 forums-73b950d2f191eb5590c43df6c555f1f217b3b2ee.tar.xz forums-73b950d2f191eb5590c43df6c555f1f217b3b2ee.zip |
Merge remote-tracking branch 'remotes/Crizz0/ticket/12404' into develop-ascraeus
# By Crizzo
# Via Crizzo
* remotes/Crizz0/ticket/12404:
[ticket/12404] Splits up the line 18 in subsilver2 into more lines
[ticket/12404] Changes append/prepend to after/before
[ticket/12404] Adds two new events and changes some places
[ticket/12404] Adds a new event before and after the Timezone display
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 6897c3f22e..788e14a16b 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -275,6 +275,38 @@ overall_footer_page_body_after * Since: 3.1.0-b3 * Purpose: Add content after the page-body, but before the footer +overall_footer_teamlink_after +=== +* Locations: + + styles/prosilver/template/navbar_footer.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Add contents after the team-link in the footer + +overall_footer_teamlink_before +=== +* Locations: + + styles/prosilver/template/navbar_footer.html + + styles/subsilver2/template/index_body.html +* Since: 3.1.0-b3 +* Purpose: Add contents before the team-link in the footer + +overall_footer_timezone_after +=== +* Locations: + + styles/prosilver/template/navbar_footer.html + + styles/subsilver2/template/breadcrumbs.html +* Since: 3.1.0-b3 +* Purpose: Add content to the navbar in the page footer, after "Timezone" + +overall_footer_timezone_before +=== +* Locations: + + styles/prosilver/template/navbar_footer.html + + styles/subsilver2/template/breadcrumbs.html +* Since: 3.1.0-b3 +* Purpose: Add content to the navbar in the page footer, before "Timezone" + overall_header_body_before === * Locations: |