diff --git a/site/config/menu.php b/site/config/menu.php index 25f80fc..8884722 100644 --- a/site/config/menu.php +++ b/site/config/menu.php @@ -22,6 +22,15 @@ return [ ], '-' , + 'impacts' => [ + 'label' => 'Impacts', + 'icon' => 'book', + 'link' => 'pages/impacts', + 'current' => function (string $current): bool { + $path = Kirby\Cms\App::instance()->path(); + return Str::contains($path, 'pages/impacts'); + } + ], 'dossiers' => [ 'label' => 'Dossiers', 'icon' => 'folder',