diff options
author | PayBas <contact@paybas.com> | 2014-07-23 10:37:44 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-07-23 10:37:44 +0200 |
commit | 5507c503b4b99c0bd8955566da352ea840382911 (patch) | |
tree | 86d064ec0c081b5fd8cbb8ac09ddb30ab6a32e2c | |
parent | 2913b440804de641f618a8b5c2934651263bb66a (diff) | |
download | forums-5507c503b4b99c0bd8955566da352ea840382911.tar forums-5507c503b4b99c0bd8955566da352ea840382911.tar.gz forums-5507c503b4b99c0bd8955566da352ea840382911.tar.bz2 forums-5507c503b4b99c0bd8955566da352ea840382911.tar.xz forums-5507c503b4b99c0bd8955566da352ea840382911.zip |
[ticket/12857] Clarify events.md on difference between PS and SS2 breadcrumbs
PHPBB3-12857
-rw-r--r-- | phpBB/docs/events.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 5b5675d620..afd3d27c9a 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -406,14 +406,17 @@ overall_footer_breadcrumb_append * Locations: + styles/prosilver/template/navbar_footer.html * 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 === * Locations: + styles/prosilver/template/navbar_footer.html * 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 === |