debug print

This commit is contained in:
2024-02-02 15:53:32 +01:00
parent c0fbaec15a
commit 4eff9ddb73
2 changed files with 13 additions and 12 deletions

View File

@@ -43,6 +43,7 @@ function getPage($page_name = null): array|false|string
$dynamic_page_file = $routerConfig["page_dir"] . $routerRequest["subdomain"] . "/" . $page_name . ".php";
$page_file = $routerConfig["page_dir"] . $routerRequest["subdomain"] . "/" . $page_name . ".html";
echo $page_file;
$skeleton = file_get_contents($routerConfig["template_dir"] . "skeleton.html");
$nav = file_get_contents($routerConfig["template_dir"] . "nav.html");