Exclude the navigation header and footer specific to Khaganat
This commit is contained in:
parent
bfecece60d
commit
c54d66b0ce
3 changed files with 0 additions and 7 deletions
|
@ -204,8 +204,6 @@ function template_body_above()
|
|||
echo '<a class="link_access" href="#content_section">' . $txt['khbb_link_content_section'] . '</a> ';
|
||||
// recherche du forum
|
||||
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">';
|
||||
// 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 '</div>';
|
||||
// Fin du forum
|
||||
// Inclure le footer Khaganat
|
||||
include("khnav_footer.php");
|
||||
echo '</div>';
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
../../../khnav/khnav_footer.php
|
|
@ -1 +0,0 @@
|
|||
../../../khnav/khnav_header.php
|
Loading…
Reference in a new issue