mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/12857] Clarify events.md on difference between PS and SS2 breadcrumbs
PHPBB3-12857
This commit is contained in:
@@ -406,14 +406,17 @@ overall_footer_breadcrumb_append
|
|||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/navbar_footer.html
|
+ styles/prosilver/template/navbar_footer.html
|
||||||
* Since: 3.1.0-a1
|
* Since: 3.1.0-a1
|
||||||
* Purpose: Add links to the list of breadcrumbs in the footer
|
* 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.
|
||||||
|
|
||||||
overall_footer_breadcrumb_prepend
|
overall_footer_breadcrumb_prepend
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
+ styles/prosilver/template/navbar_footer.html
|
+ styles/prosilver/template/navbar_footer.html
|
||||||
* Since: 3.1.0-RC3
|
* Since: 3.1.0-RC3
|
||||||
* Purpose: Add links to the list of breadcrumbs in the footer (after site-home, but before board-index)
|
* 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.
|
||||||
|
|
||||||
overall_footer_content_after
|
overall_footer_content_after
|
||||||
===
|
===
|
||||||
|
Reference in New Issue
Block a user