From a137f5e962ca5d4535f0bc33f4304c2dc385f595 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 23 Mar 2020 17:42:22 +0100 Subject: [PATCH] [9.2.26] Suppression de commentaires --- module/gallery/gallery.php | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 1dde307b..bc2844fa 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -45,21 +45,6 @@ class gallery extends common { // Liste des galeries $galleries = $this->getData(['module', $this->getUrl(0)]); $countGalleries = count($this->getData(['module',$this->getUrl(0)])); - // Tri des éléments de la galerie - /* - echo "
";	
-		if($galleries) {	
-			foreach($galleries as $galleryId => $gallery) {
-				echo $galleryId;
-				echo "|";
-				echo $gallery['config']['order'] ;
-				echo '

'; - } - } - - - echo "

"; - */ if($galleries) { foreach($galleries as $galleryId => $gallery) {