diff --git a/module/blog/view/article/article.php b/module/blog/view/article/article.php index 98cafbac..05f9626b 100755 --- a/module/blog/view/article/article.php +++ b/module/blog/view/article/article.php @@ -20,11 +20,11 @@ $heure = mb_detect_encoding(strftime('%H:%M', $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'publishedOn'])), 'UTF-8', true) ? strftime('%H:%M', $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'publishedOn'])) : utf8_encode(strftime('%H:%M', $this->getData(['module', $this->getUrl(0), 'posts', $this->getUrl(1), 'publishedOn']))); - echo $date . ' à ' . $heure; + echo $date . ' à ' . $heure; ?> getUser('password') === $this->getInput('ZWII_USER_PASSWORD') AND ( // Propriétaire @@ -55,7 +55,7 @@