From fa95c1d8bcad56db7debf1fc1c3a5241b934cab1 Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Mon, 23 Mar 2020 10:32:43 +0000 Subject: [PATCH] Update home news button text. Done #3413 @0:05 --- framework/application/views/helpers/Actualites.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']); -- 2.39.5