aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2014-07-24 11:00:43 +0200
committerMarc Alexander <admin@m-a-styles.de>2014-07-24 11:00:43 +0200
commit3cd7078900404663b52ef43b8742bf15c493e012 (patch)
tree9dab2b56a3120fa46f2e91edf9eee1d8874b3806 /phpBB/docs
parent9e1802396f7fdc3a9908d7c2c4d3bfb8f6156e75 (diff)
parent1bd5edacb6ba3bba71806e8281d624656997f360 (diff)
downloadforums-3cd7078900404663b52ef43b8742bf15c493e012.tar
forums-3cd7078900404663b52ef43b8742bf15c493e012.tar.gz
forums-3cd7078900404663b52ef43b8742bf15c493e012.tar.bz2
forums-3cd7078900404663b52ef43b8742bf15c493e012.tar.xz
forums-3cd7078900404663b52ef43b8742bf15c493e012.zip
Merge remote-tracking branch 'paybas/ticket/12857' into develop-ascraeus
Diffstat (limited to 'phpBB/docs')
-rw-r--r--phpBB/docs/events.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md
index b6d4bfe214..b80e5fd4cb 100644
--- a/phpBB/docs/events.md
+++ b/phpBB/docs/events.md
@@ -437,9 +437,18 @@ 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
+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)
+
overall_footer_content_after
===
* Locations:
@@ -520,6 +529,30 @@ overall_header_breadcrumb_append
* Since: 3.1.0-a1
* Purpose: Add links to the list of breadcrumbs in the header
+overall_header_breadcrumb_prepend
+===
+* Locations:
+ + styles/prosilver/template/navbar_header.html
+ + styles/subsilver2/template/breadcrumbs.html
+* Since: 3.1.0-RC3
+* Purpose: Add links to the list of breadcrumbs in the header (after site-home, but before board-index)
+
+overall_header_breadcrumbs_after
+===
+* Locations:
+ + styles/prosilver/template/navbar_header.html
+ + styles/subsilver2/template/breadcrumbs.html
+* Since: 3.1.0-RC3
+* Purpose: Add content after the breadcrumbs (outside of the breadcrumbs container)
+
+overall_header_breadcrumbs_before
+===
+* Locations:
+ + styles/prosilver/template/navbar_header.html
+ + styles/subsilver2/template/breadcrumbs.html
+* Since: 3.1.0-RC3
+* Purpose: Add content before the breadcrumbs (outside of the breadcrumbs container)
+
overall_header_content_before
===
* Locations: