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