Fix articles

This commit is contained in:
2024-02-22 18:25:21 +01:00
parent 17d303fb3d
commit 1372041271
2 changed files with 16 additions and 5 deletions

View File

@@ -41,9 +41,6 @@ function generateNavigation(): string
$site_location = "/" . $site_dir . "/" . $routerConfig["default_page"];
$stnm = $routerRequest["site_name"];
echo "a: $site_dir b: $stnm\n";
if ($routerRequest["site_name"] == $site_dir) {
//this is the current page
$site_class = "class=\"navsite_link active\"";