From 8d808a87fed406141e9d4b3f5f10f31db00c43bb Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 27 Feb 2026 11:27:10 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20rename=20packages=20=E2=86=92=20dos?= =?UTF-8?q?siers=20throughout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- site/config/menu.php | 6 +++--- site/snippets/nav.php | 2 +- site/templates/home.php | 6 +++--- site/templates/investigation.php | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/site/config/menu.php b/site/config/menu.php index b2bc0a3..c0c5664 100644 --- a/site/config/menu.php +++ b/site/config/menu.php @@ -47,13 +47,13 @@ return [ return Str::contains($path, 'pages/news'); } ], - 'packages' => [ + 'dossiers' => [ 'label' => 'Dossiers', 'icon' => 'folder', - 'link' => 'pages/packages', + 'link' => 'pages/dossiers', 'current' => function (string $current): bool { $path = Kirby\Cms\App::instance()->path(); - return Str::contains($path, 'pages/packages'); + return Str::contains($path, 'pages/dossiers'); } ], 'laboratoire' => [ diff --git a/site/snippets/nav.php b/site/snippets/nav.php index 1d83a7d..aee0784 100644 --- a/site/snippets/nav.php +++ b/site/snippets/nav.php @@ -20,7 +20,7 @@ de la vérité et de la justice.