diff options
author | PayBas <contact@paybas.com> | 2014-04-09 15:20:23 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-04-10 12:52:16 +0200 |
commit | 00d87e86ecfb3b7327af6a5ec0e4327026367881 (patch) | |
tree | 60f324fee1ce704ea697622ed23be2125d777b20 /phpBB/docs/events.md | |
parent | 0e3e715a48f99745eab30683b27e953dac07626c (diff) | |
download | forums-00d87e86ecfb3b7327af6a5ec0e4327026367881.tar forums-00d87e86ecfb3b7327af6a5ec0e4327026367881.tar.gz forums-00d87e86ecfb3b7327af6a5ec0e4327026367881.tar.bz2 forums-00d87e86ecfb3b7327af6a5ec0e4327026367881.tar.xz forums-00d87e86ecfb3b7327af6a5ec0e4327026367881.zip |
[ticket/12377] Move navbar(s) to new template file
PHPBB3-12377
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7580c212ce..a13258f2ad 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -239,7 +239,7 @@ overall_footer_after overall_footer_breadcrumb_append === * Locations: - + styles/prosilver/template/overall_footer.html + + styles/prosilver/template/overall_footer_navbar.html * Since: 3.1.0-a1 * Purpose: Add links to the list of breadcrumbs in the footer @@ -310,7 +310,7 @@ overall_header_head_append overall_header_navigation_append === * Locations: - + styles/prosilver/template/overall_header.html + + styles/prosilver/template/overall_header_navbar.html + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add links after the navigation links in the header @@ -318,7 +318,7 @@ overall_header_navigation_append overall_header_navigation_prepend === * Locations: - + styles/prosilver/template/overall_header.html + + styles/prosilver/template/overall_header_navbar.html + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header |