diff --git a/inc/navbar.php b/inc/navbar.php index 09ed144..1f61c74 100644 --- a/inc/navbar.php +++ b/inc/navbar.php @@ -11,7 +11,7 @@ function navbar($depth, $active = NULL) { ]; foreach($menuItems as $caption => $link) { $result .= "\t\t' - . '' + . '' . $caption . "\n" ;