up
This commit is contained in:
@@ -33,7 +33,8 @@ if ($_SERVER['REQUEST_METHOD'] == "POST" && isset($_POST["submit"]) && sha1($_PO
|
|||||||
|
|
||||||
$skeleton = file_get_contents('templates/skeleton.html');
|
$skeleton = file_get_contents('templates/skeleton.html');
|
||||||
|
|
||||||
|
$menu_obsah = file_get_contents('templates/header.html');
|
||||||
|
|
||||||
|
|
||||||
$footer_obsah = file_get_contents('templates/footer.html');
|
$footer_obsah = file_get_contents('templates/footer.html');
|
||||||
$out = str_replace('__TEMPLATE_FOOTER__', $footer_obsah, $out);
|
$out = str_replace('__TEMPLATE_FOOTER__', $footer_obsah, $out);
|
||||||
|
Reference in New Issue
Block a user