From 9eb7d66cc29b440df613ab0ca12ac50218a3b69b Mon Sep 17 00:00:00 2001 From: Uncledaviss Date: Wed, 29 May 2024 19:28:47 +0200 Subject: [PATCH] ? --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 073c7bb..7fed2a5 100644 --- a/index.php +++ b/index.php @@ -34,7 +34,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST" && isset($_POST["submit"]) && sha1($_PO $skeleton = file_get_contents('templates/skeleton.html'); $menu_obsah = file_get_contents('templates/404.html'); - $out = str_replace('__TEMPLATE_HEADER__', $menu_obsah, $skeleton); + $out = str_replace('__TEMPLATE_STRANKA__', $menu_obsah, $skeleton); $footer_obsah = file_get_contents('templates/footer.html'); $out = str_replace('__TEMPLATE_FOOTER__', $footer_obsah, $out);