diff --git a/core/module/config/config.php b/core/module/config/config.php index a2244036..6e88920e 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', @@ -457,7 +450,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 0d11fe06..bc9effc8 100644 --- a/core/module/config/view/advanced/advanced.php +++ b/core/module/config/view/advanced/advanced.php @@ -60,15 +60,6 @@ 'value' => $this->getData(['config', 'faviconDark']) ]); ?> -
- 'Articles par page', - 'selected' => $this->getData(['config', 'itemsperPage']), - 'help' => 'Modules Blog et News' - ]); ?> -
- -
'Fuseau horaire', @@ -76,12 +67,14 @@ 'help' => 'Le fuseau horaire est utile au bon référencement' ]); ?>
-
+
+
+
$this->getData(['config', 'cookieConsent']) ]); ?>
-
+
$this->getData(['config','captchaStrong']), 'help' => 'Option recommandée pour sécuriser la connexion. S\'applique à tous les captchas du site. Le captcha simple se limite à une addition de nombres de 0 à 10. Le captcha renforcé utilise quatre opérations de nombres de 0 à 20.'