From: stephen@cubedesigners.com Date: Mon, 23 Mar 2020 10:32:43 +0000 (+0000) Subject: Update home news button text. Done #3413 @0:05 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fa95c1d8bcad56db7debf1fc1c3a5241b934cab1;p=ccgm.git Update home news button text. Done #3413 @0:05 --- diff --git a/framework/application/views/helpers/Actualites.php b/framework/application/views/helpers/Actualites.php index 86b22d3..1caf82c 100644 --- a/framework/application/views/helpers/Actualites.php +++ b/framework/application/views/helpers/Actualites.php @@ -37,7 +37,7 @@ class CCGM_View_Helper_Actualites extends CubeIT_View_Helper_Abstract { $res .= '
'; $res .= $this->link($this->htmlElement($a->getTitle(), 'h2'), $URL, ['class' => 'home-news-heading-link']); $res .= $this->markupDotclear($a->getExcerpt()); - $res .= $this->link("Voir l'actualité >", 'internal:news', ['class' => 'home-news-read-more']); + $res .= $this->link("Voir toutes les actualités >", 'internal:news', ['class' => 'home-news-read-more']); $res .= '
'; // .home-news-article-content $res = $this->htmlElement($res, 'article', ['class' => 'home-news-article']); return $this->htmlElement($res, 'div', ['class' => 'home-news-item']);