i did php!! (well what bruno told me) also styles B)

This commit is contained in:
2024-01-17 08:44:13 +01:00
parent e54ea002dc
commit 885638e40c
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ function generateNavigation()
$site_name = str_replace("_", " ", $site_dir);
if ($site_name == "global") {
$site_name = "misc";
$site_dir = $routerConfig["default_page"];
$site_dir = $routerConfig["default_site"];
}
$site_name = ucfirst($site_name);