diff --git a/core/module/config/config.php b/core/module/config/config.php index 20b56f9d..4671b859 100755 --- a/core/module/config/config.php +++ b/core/module/config/config.php @@ -146,13 +146,6 @@ class config extends common { 'Pacific/Fiji' => '(GMT+12:00) Fiji', 'Asia/Kamchatka' => '(GMT+12:00) Kamchatka' ]; - // Nombre d'objets par page - public static $ItemsList = [ - 5 => '5 articles', - 10 => '10 articles', - 15 => '15 articles', - 20 => '20 articles' - ]; // Type de proxy public static $proxyType = [ 'tcp://' => 'TCP', @@ -462,7 +455,6 @@ class config extends common { 'githubId' => $this->getInput('configAdvancedSocialGithubId') ], 'timezone' => $this->getInput('configAdvancedTimezone', helper::FILTER_STRING_SHORT, true), - 'itemsperPage' => $this->getInput('configAdvancedItemsperPage', helper::FILTER_INT,true), 'autoUpdate' => $this->getInput('configAdvancedAutoUpdate', helper::FILTER_BOOLEAN), 'autoUpdateHtaccess' => $this->getInput('configAdvancedAutoUpdateHtaccess', helper::FILTER_BOOLEAN), 'proxyType' => $this->getInput('configAdvancedProxyType'), diff --git a/core/module/config/view/advanced/advanced.php b/core/module/config/view/advanced/advanced.php index 463c604c..f306e3a7 100644 --- a/core/module/config/view/advanced/advanced.php +++ b/core/module/config/view/advanced/advanced.php @@ -44,7 +44,7 @@