diff --git a/public/site/config/menu.php b/public/site/config/menu.php index f85f1b5..fd7dafd 100644 --- a/public/site/config/menu.php +++ b/public/site/config/menu.php @@ -66,24 +66,15 @@ return [ } ], '-', - 'notifications' => [ - 'label' => 'Notifications', - 'icon' => 'megaphone', - 'link' => 'pages/notifications', - 'current' => function (string $current): bool { - $path = Kirby\Cms\App::instance()->path(); - return Str::contains($path, 'pages/notifications'); - } - ], - 'reunions' => [ - 'label' => 'Réunions', - 'icon' => 'calendar', - 'link' => 'pages/reunions', - 'current' => function (string $current): bool { - $path = Kirby\Cms\App::instance()->path(); - return Str::contains($path, 'pages/reunions'); - } - ], + // 'reunions' => [ + // 'label' => 'Réunions', + // 'icon' => 'calendar', + // 'link' => 'pages/reunions', + // 'current' => function (string $current): bool { + // $path = Kirby\Cms\App::instance()->path(); + // return Str::contains($path, 'pages/reunions'); + // } + // ], '-', 'users', 'system'