This commit is contained in:
Bruno Rybársky 2024-01-11 09:29:42 +01:00
parent 59f399c866
commit 073c797dfd

@ -22,6 +22,8 @@ $page_file = $page_dir . $subdomain . "/" . $page_name . ".html";
$dynamic_page_file_global = $page_dir . "global/" . $page_name . ".php";
$page_file_global = $page_dir . "global/" . $page_name . ".html";
echo $page_file;
$skeleton = file_get_contents($template_dir . "skeleton.html");
$nav = file_get_contents($template_dir . "nav.html");