diff --git a/module/gallery/gallery.php b/module/gallery/gallery.php index bc2844fa..b1c3b30a 100644 --- a/module/gallery/gallery.php +++ b/module/gallery/gallery.php @@ -65,13 +65,6 @@ class gallery extends common { self::$galleries[] = [ $gallery['config']['name'], $gallery['config']['directory'], - $gallery['config']['order'], - /* - template::select('galleryConfigOrder', $galeryOrder , [ - 'selected' => $gallery['config']['order'], - 'class' => 'configOrder' - - ]),*/ template::button('galleryConfigEdit' . $galleryId , [ 'href' => helper::baseUrl() . $this->getUrl(0) . '/edit/' . $galleryId . '/' . $_SESSION['csrf'], 'value' => template::ico('pencil') diff --git a/module/gallery/view/config/config.php b/module/gallery/view/config/config.php index 4f00d51c..109021c6 100644 --- a/module/gallery/view/config/config.php +++ b/module/gallery/view/config/config.php @@ -45,7 +45,7 @@ - 'galleryTable']); ?> + 'galleryTable']); ?>