Exclude the navigation header and footer specific to Khaganat

This commit is contained in:
Antoine Le Gonidec 2024-07-24 10:57:08 +02:00
parent bfecece60d
commit c54d66b0ce
Signed by: vv221
GPG key ID: 636B78F91CEB80D8
3 changed files with 0 additions and 7 deletions

View file

@ -204,8 +204,6 @@ function template_body_above()
echo '<a class="link_access" href="#content_section">' . $txt['khbb_link_content_section'] . '</a> '; echo '<a class="link_access" href="#content_section">' . $txt['khbb_link_content_section'] . '</a> ';
// recherche du forum // recherche du forum
echo '<a class="link_access" href="?action=search#searchfor">' . $txt['khbb_link_search'] . '</a> '; echo '<a class="link_access" href="?action=search#searchfor">' . $txt['khbb_link_search'] . '</a> ';
// Appeler la barre générale de Khaganat
include("khnav_header.php");
echo '<div class="khbb_body">'; echo '<div class="khbb_body">';
// Wrapper div now echoes permanently for better layout options. h1 a is now target for "Go up" links. // Wrapper div now echoes permanently for better layout options. h1 a is now target for "Go up" links.
echo ' echo '
@ -502,9 +500,6 @@ function template_body_below()
'; ';
echo '</div>'; echo '</div>';
// Fin du forum
// Inclure le footer Khaganat
include("khnav_footer.php");
echo '</div>'; echo '</div>';
} }

View file

@ -1 +0,0 @@
../../../khnav/khnav_footer.php

View file

@ -1 +0,0 @@
../../../khnav/khnav_header.php