diff options
author | PayBas <contact@paybas.com> | 2014-04-09 17:50:41 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-04-10 12:52:18 +0200 |
commit | c8429b8e6ad4adca19a68c7503394a8fbbc7cb7d (patch) | |
tree | a71daad850c88885000e330c845f75fac0aef0a0 | |
parent | 9dbc9b0cc23ac0cde7ca0001331ec384ac2b70d3 (diff) | |
download | forums-c8429b8e6ad4adca19a68c7503394a8fbbc7cb7d.tar forums-c8429b8e6ad4adca19a68c7503394a8fbbc7cb7d.tar.gz forums-c8429b8e6ad4adca19a68c7503394a8fbbc7cb7d.tar.bz2 forums-c8429b8e6ad4adca19a68c7503394a8fbbc7cb7d.tar.xz forums-c8429b8e6ad4adca19a68c7503394a8fbbc7cb7d.zip |
[ticket/12377] Forgot to change the INCLUDEs
PHPBB3-12377
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 2 | ||||
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index 6f8f46720f..a43dd3c8a6 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -4,7 +4,7 @@ <!-- EVENT overall_footer_page_body_after --> <div id="page-footer"> - <!-- INCLUDE overall_footer_navbar.html --> + <!-- INCLUDE navbar_footer.html --> <div class="copyright"> <!-- EVENT overall_footer_copyright_prepend --> diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index af7d46011b..353ba9139a 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -80,7 +80,7 @@ </div> </div> - <!-- INCLUDE overall_header_navbar.html --> + <!-- INCLUDE navbar_header.html --> </div> <!-- EVENT overall_header_page_body_before --> |