aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2014-04-22 22:06:31 +0200
committerCrizzo <mail@crizzo.de>2014-04-22 22:06:31 +0200
commit600ab46a93396b101b4b98ac2b24017e61460dd6 (patch)
treea30c2502c5d43425805b1ae76f972479704b0984 /phpBB/docs
parent94c21684ffd04a069c56c4e93e0ac846f090ec51 (diff)
downloadforums-600ab46a93396b101b4b98ac2b24017e61460dd6.tar
forums-600ab46a93396b101b4b98ac2b24017e61460dd6.tar.gz
forums-600ab46a93396b101b4b98ac2b24017e61460dd6.tar.bz2
forums-600ab46a93396b101b4b98ac2b24017e61460dd6.tar.xz
forums-600ab46a93396b101b4b98ac2b24017e61460dd6.zip
[ticket/12404] Changes append/prepend to after/before
PHPBB3-12404
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index 2b87d0a4aa..788e14a16b 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -275,7 +275,7 @@ overall_footer_page_body_after
* Since: 3.1.0-b3
* Purpose: Add content after the page-body, but before the footer
-overall_footer_teamlink_append
+overall_footer_teamlink_after
===
* Locations:
+ styles/prosilver/template/navbar_footer.html
@@ -283,7 +283,7 @@ overall_footer_teamlink_append
* Since: 3.1.0-b3
* Purpose: Add contents after the team-link in the footer
-overall_footer_teamlink_prepend
+overall_footer_teamlink_before
===
* Locations:
+ styles/prosilver/template/navbar_footer.html
@@ -291,21 +291,21 @@ overall_footer_teamlink_prepend
* Since: 3.1.0-b3
* Purpose: Add contents before the team-link in the footer
-overall_footer_timezone_append
+overall_footer_timezone_after
===
* Locations:
+ styles/prosilver/template/navbar_footer.html
+ styles/subsilver2/template/breadcrumbs.html
* Since: 3.1.0-b3
-* Purpose: Add content (must be inner <li>) to the navbar in the page footer, after "Timezone"
+* Purpose: Add content to the navbar in the page footer, after "Timezone"
-overall_footer_timezone_prepend
+overall_footer_timezone_before
===
* Locations:
+ styles/prosilver/template/navbar_footer.html
+ styles/subsilver2/template/breadcrumbs.html
* Since: 3.1.0-b3
-* Purpose: Add content(must be inner <li>) to the navbar in the page footer, before "Timezone"
+* Purpose: Add content to the navbar in the page footer, before "Timezone"
overall_header_body_before
===