UP
This commit is contained in:
parent
432b18e9b3
commit
db3625d9b3
@ -33,7 +33,7 @@ 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');
|
$menu_obsah = file_get_contents('templates/404.html');
|
||||||
$out = str_replace('__TEMPLATE_HEADER__', $menu_obsah, $skeleton);
|
$out = str_replace('__TEMPLATE_HEADER__', $menu_obsah, $skeleton);
|
||||||
|
|
||||||
$footer_obsah = file_get_contents('templates/footer.html');
|
$footer_obsah = file_get_contents('templates/footer.html');
|
||||||
|
BIN
stranky/downloadArrow.jpg
Normal file
BIN
stranky/downloadArrow.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
stranky/white-download-icon-21.jpg
Normal file
BIN
stranky/white-download-icon-21.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user