diff options
author | PayBas <contact@paybas.com> | 2014-04-09 17:45:56 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-04-10 12:52:18 +0200 |
commit | 9dbc9b0cc23ac0cde7ca0001331ec384ac2b70d3 (patch) | |
tree | a93f1047f482441200bdb2704ba0181aaba8a411 | |
parent | 95212746c7f0c92a418ecb5a5f2b863e6209a243 (diff) | |
download | forums-9dbc9b0cc23ac0cde7ca0001331ec384ac2b70d3.tar forums-9dbc9b0cc23ac0cde7ca0001331ec384ac2b70d3.tar.gz forums-9dbc9b0cc23ac0cde7ca0001331ec384ac2b70d3.tar.bz2 forums-9dbc9b0cc23ac0cde7ca0001331ec384ac2b70d3.tar.xz forums-9dbc9b0cc23ac0cde7ca0001331ec384ac2b70d3.zip |
[ticket/12377] Renamed template files to navbar_xxx
PHPBB3-12377
-rw-r--r-- | phpBB/docs/events.md | 8 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/navbar_footer.html (renamed from phpBB/styles/prosilver/template/overall_footer_navbar.html) | 0 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/navbar_header.html (renamed from phpBB/styles/prosilver/template/overall_header_navbar.html) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index a13258f2ad..6897c3f22e 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_navbar.html + + styles/prosilver/template/navbar_footer.html * Since: 3.1.0-a1 * Purpose: Add links to the list of breadcrumbs in the footer @@ -286,7 +286,7 @@ overall_header_body_before overall_header_breadcrumb_append === * Locations: - + styles/prosilver/template/overall_header.html + + styles/prosilver/template/navbar_header.html + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-a1 * Purpose: Add links to the list of breadcrumbs in the header @@ -310,7 +310,7 @@ overall_header_head_append overall_header_navigation_append === * Locations: - + styles/prosilver/template/overall_header_navbar.html + + styles/prosilver/template/navbar_header.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_navbar.html + + styles/prosilver/template/navbar_header.html + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header diff --git a/phpBB/styles/prosilver/template/overall_footer_navbar.html b/phpBB/styles/prosilver/template/navbar_footer.html index 32cbecdf8c..32cbecdf8c 100644 --- a/phpBB/styles/prosilver/template/overall_footer_navbar.html +++ b/phpBB/styles/prosilver/template/navbar_footer.html diff --git a/phpBB/styles/prosilver/template/overall_header_navbar.html b/phpBB/styles/prosilver/template/navbar_header.html index 259aec75ed..259aec75ed 100644 --- a/phpBB/styles/prosilver/template/overall_header_navbar.html +++ b/phpBB/styles/prosilver/template/navbar_header.html |