DATADIRECTORY chemins corrects
This commit is contained in:
parent
d79861cbdf
commit
59f0fe537f
@ -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 DELETE = true;
|
||||
const UPDATE = '0.0';
|
||||
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 DELETE = true;
|
||||
const UPDATE = '0.0';
|
||||
const DATADIRECTORY = self::DATA_DIR . 'search/';
|
||||
const DATADIRECTORY = self::DATA_DIR . 'search/pages/';
|
||||
|
||||
public static $actions = [
|
||||
'index' => self::GROUP_VISITOR,
|
||||
|
Loading…
Reference in New Issue
Block a user