From 09bea09c8157ff45279f0d06aa9d313448c0bec5 Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 7 Apr 2025 07:46:27 +0200 Subject: nouvelle "news" --- src/model/Path.php | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/model/Path.php') diff --git a/src/model/Path.php b/src/model/Path.php index 6faadfd..11be6fe 100644 --- a/src/model/Path.php +++ b/src/model/Path.php @@ -17,12 +17,6 @@ class Path extends Page $this->findPage(Director::$menu_data, $path_array); // remplit $this->current_page } catch(Exception $e){} - /*echo "nb d'autres pages: " . count(Director::$menu_data->getOtherPages()) . '
'; - echo 'longueur du chemin: ' . count($this->current_page) . '
'; - foreach($this->current_page as $current){ - echo $current->getEndOfPath() . ' '; - } - die;*/ } // produit un tableau de Page en comparant le chemin demandé avec les données dans Menu -- cgit v1.2.3