From a30f0977b846f41d2dab36e66e81611568b59425 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 7 Jul 2022 17:57:39 +0200 Subject: [PATCH] length --- module/blog/view/index/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/blog/view/index/index.php b/module/blog/view/index/index.php index 28c92dc7..f605ba48 100644 --- a/module/blog/view/index/index.php +++ b/module/blog/view/index/index.php @@ -130,8 +130,8 @@ : utf8_encode(strftime('%d %B %Y', $article['publishedOn'])); ?>

- getData(['module',$this->getUrl(0), 'config', 'articlesLenght']) !== 0 ? $this->getData(['module',$this->getUrl(0), 'config', 'articlesLenght']) : 500 ?> -

'), 0, $lenght); ?>... + getData(['module',$this->getUrl(0), 'config', 'articlesLenght']) !== 0 ? $this->getData(['module',$this->getUrl(0), 'config', 'articlesLenght']) : 500 ?> +

'), 0, $length); ?>... Lire la suite