diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index 05350935..801dff6b 100755 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -111,9 +111,10 @@ class gallery extends common { /** - * Tri sans bouton + * Tri de la liste des galeries + * */ - public function sort () { + private function sort () { if($_POST['response']) { $data = explode('&',$_POST['response']); $data = str_replace('galleryTable%5B%5D=','',$data); diff --git a/module/gallery/view/config/config.php b/module/gallery/view/config/config.php index 290dd3c5..709c44ee 100755 --- a/module/gallery/view/config/config.php +++ b/module/gallery/view/config/config.php @@ -11,7 +11,7 @@
helper::baseUrl() . $this->getUrl(0) . '/theme/' . $_SESSION['csrf'], - 'value' => 'Thème' + 'value' => template::ico('brush','right') . 'Thème' ]); ?>