aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-07-23 16:06:37 +0200
committerPayBas <contact@paybas.com>2014-07-23 16:09:12 +0200
commit1bd5edacb6ba3bba71806e8281d624656997f360 (patch)
treed147450791305da8985d43d406c57d218bb921af /phpBB/docs
parent5507c503b4b99c0bd8955566da352ea840382911 (diff)
downloadforums-1bd5edacb6ba3bba71806e8281d624656997f360.tar
forums-1bd5edacb6ba3bba71806e8281d624656997f360.tar.gz
forums-1bd5edacb6ba3bba71806e8281d624656997f360.tar.bz2
forums-1bd5edacb6ba3bba71806e8281d624656997f360.tar.xz
forums-1bd5edacb6ba3bba71806e8281d624656997f360.zip
[ticket/12857] Add header/footer distinction for subsilver2 events
PHPBB3-12857
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index afd3d27c9a..2c84ceea3f 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -405,18 +405,17 @@ overall_footer_breadcrumb_append
===
* Locations:
+ styles/prosilver/template/navbar_footer.html
+ + styles/subsilver2/template/breadcrumbs.html
* Since: 3.1.0-a1
-* Purpose: Add links to the list of breadcrumbs in the footer. Note that utilizing this event requires
-a different solution for subsilver2, since it only supports the overall_header_breadcrumb versions.
+* Purpose: Add links to the list of breadcrumbs in the footer
overall_footer_breadcrumb_prepend
===
* Locations:
+ styles/prosilver/template/navbar_footer.html
+ + styles/subsilver2/template/breadcrumbs.html
* Since: 3.1.0-RC3
-* Purpose: Add links to the list of breadcrumbs in the footer (after site-home, but before board-index).
-Note that utilizing this event requires a different solution for subsilver2, since it only supports the
-overall_header_breadcrumb versions.
+* Purpose: Add links to the list of breadcrumbs in the footer (after site-home, but before board-index)
overall_footer_content_after
===