diff --git a/index.template.php b/index.template.php index 18423b9..85dbb43 100644 --- a/index.template.php +++ b/index.template.php @@ -204,8 +204,6 @@ function template_body_above() echo '' . $txt['khbb_link_content_section'] . ' '; // recherche du forum echo '' . $txt['khbb_link_search'] . ' '; - // Appeler la barre générale de Khaganat - include("khnav_header.php"); echo '
'; // Wrapper div now echoes permanently for better layout options. h1 a is now target for "Go up" links. echo ' @@ -502,9 +500,6 @@ function template_body_below() '; echo '
'; - // Fin du forum - // Inclure le footer Khaganat - include("khnav_footer.php"); echo ''; } diff --git a/khnav_footer.php b/khnav_footer.php deleted file mode 120000 index 88073ca..0000000 --- a/khnav_footer.php +++ /dev/null @@ -1 +0,0 @@ -../../../khnav/khnav_footer.php \ No newline at end of file diff --git a/khnav_header.php b/khnav_header.php deleted file mode 120000 index d8690b0..0000000 --- a/khnav_header.php +++ /dev/null @@ -1 +0,0 @@ -../../../khnav/khnav_header.php \ No newline at end of file