$govNavItems */ /** @var int $govActiveParentIdx */ /** @var string $govActiveChildHref */ $activeParent = $govNavItems[$govActiveParentIdx] ?? $govNavItems[0] ?? null; $sidebarTitle = $activeParent['name'] ?? 'MY MENU'; $activeChildHref = strtolower(ltrim((string) ($govActiveChildHref ?? ''), '/')); ?>