This commit is contained in:
Bruno Rybársky 2024-02-02 12:42:21 +01:00
parent 4e8c621e0b
commit e8601b708c

@ -46,7 +46,7 @@ function generateNavigation(): string
$page_class = "class=\"navpage_link active\"";
}
$page_location = $routerConfig["protocol"] . $site_subdomain . "." . $routerRequest["domain"] . "." . $routerRequest["tld"] . "/" . $page_dir;
$page_location = $routerConfig["protocol"] . $site_subdomain . $routerRequest["domain"] . "." . $routerRequest["tld"] . "/" . $page_dir;
$page_name = str_replace("_", " ", $page_dir);
$page_name = explode(".", $page_name)[0];