diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2014-04-11 10:35:35 +0200 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2014-04-11 10:35:35 +0200 |
| commit | 59015cfaff7b4b62d674d3d6b29807384d1ecc6f (patch) | |
| tree | 98f64c4cf943d36e777173a3d081f7d7280dbde3 /phpBB/docs/events.md | |
| parent | b832ebe7185296f6164ce9472a683c0bf45aa98a (diff) | |
| parent | c8429b8e6ad4adca19a68c7503394a8fbbc7cb7d (diff) | |
| download | forums-59015cfaff7b4b62d674d3d6b29807384d1ecc6f.tar forums-59015cfaff7b4b62d674d3d6b29807384d1ecc6f.tar.gz forums-59015cfaff7b4b62d674d3d6b29807384d1ecc6f.tar.bz2 forums-59015cfaff7b4b62d674d3d6b29807384d1ecc6f.tar.xz forums-59015cfaff7b4b62d674d3d6b29807384d1ecc6f.zip | |
Merge remote-tracking branch 'paybas/ticket/12377' into develop-ascraeus
* paybas/ticket/12377:
[ticket/12377] Forgot to change the INCLUDEs
[ticket/12377] Renamed template files to navbar_xxx
[ticket/12377] Moved notifications to new template
[ticket/12377] Forgot empty line at the end
[ticket/12377] Move navbar(s) to new template file
Diffstat (limited to 'phpBB/docs/events.md')
| -rw-r--r-- | phpBB/docs/events.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 7580c212ce..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.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.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.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 |
