'Dashboard', 'href' => '/'], ['label' => 'Projects', 'href' => '/projects'], ['label' => 'Activity', 'href' => '/activity'], ['label' => 'New project', 'href' => '/projects/create'], ]; $currentPath = parse_url($_SERVER['REQUEST_URI'] ?? '/', PHP_URL_PATH); $currentPath = is_string($currentPath) && $currentPath !== '' ? $currentPath : '/'; ?>