From 0ef52a831fb24b8558053760a9a9fa183d369abf Mon Sep 17 00:00:00 2001 From: "stephen@cubedesigners.com" Date: Thu, 18 Apr 2019 07:35:53 +0000 Subject: [PATCH] Done #2680 @0:10 --- framework/application/views/helpers/News.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/application/views/helpers/News.php b/framework/application/views/helpers/News.php index 4ef219d..dffe9f0 100644 --- a/framework/application/views/helpers/News.php +++ b/framework/application/views/helpers/News.php @@ -24,9 +24,10 @@ class Cubedesigners_View_Helper_News extends CubeIT_View_Helper_Abstract { $r = CubeIT_Util_Cms::unserialize($r); $y = date('Y', strtotime($r->date)); + $date = date('d-m-Y', strtotime($r->date)); $news[$y][] = array( - 'date' => $this->view->dateTime($r->date, "dd-MM-y", array('class' => 'date')), + 'date' => '', 'content' => $this->view->markupDotclear($r->content), 'link' => $r->link ); -- 2.39.5