@ -21,7 +21,7 @@ class gallery extends common {
const REALNAME = 'Galerie';
const DELETE = true;
const UPDATE = '0.0';
const DATADIRECTORY = self::DATA_DIR . 'gallery/';
const DATADIRECTORY = self::DATA_DIR . 'gallery/pages/';
const SORT_ASC = 'SORT_ASC';
const SORT_DSC = 'SORT_DSC';
@ -19,7 +19,7 @@ class news extends common {
const REALNAME = 'Actualités';
const DATADIRECTORY = self::DATA_DIR . 'news/';
const DATADIRECTORY = self::DATA_DIR . 'news/pages/';
public static $actions = [
'add' => self::GROUP_MODERATOR,
@ -23,7 +23,7 @@ class search extends common {
const REALNAME = 'Recherche';
const DATADIRECTORY = self::DATA_DIR . 'search/';
const DATADIRECTORY = self::DATA_DIR . 'search/pages/';
'index' => self::GROUP_VISITOR,