diff --git a/index.php b/index.php index 1e3ee06..5bd40d0 100644 --- a/index.php +++ b/index.php @@ -33,7 +33,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST" && isset($_POST["submit"]) && sha1($_PO $skeleton = file_get_contents('templates/skeleton.html'); - $menu_obsah = file_get_contents('templates/header.html'); + $menu_obsah = file_get_contents('templates/header1.html'); $out = str_replace('__TEMPLATE_HEADER__', $menu_obsah, $skeleton); $footer_obsah = file_get_contents('templates/footer.html');