From 5278bf22231ec344d8a04fb0084072b4c122ad91 Mon Sep 17 00:00:00 2001 From: Uncledaviss Date: Wed, 29 May 2024 19:18:46 +0200 Subject: [PATCH] up --- index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index f1652e1..4638758 100644 --- a/index.php +++ b/index.php @@ -33,8 +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'); - $out = str_replace('__TEMPLATE_HEADER__', $menu_obsah, $skeleton); + $footer_obsah = file_get_contents('templates/footer.html'); $out = str_replace('__TEMPLATE_FOOTER__', $footer_obsah, $out);