From d2c20395c0aa74f2e1c039b56dfda618415be617 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 14 Mar 2013 19:05:22 +0100 Subject: Ajout d'indicateur de jour dans le flux d'articles + correction de bugs js liés à cet ajout et code mort MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/index/index.phtml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'app/views/index') diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index bccb6588b..6ecbfd72f 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -16,7 +16,23 @@
+ + + isDay (Days::TODAY)) { ?> +
Aujourd'hui
+ + isDay (Days::YESTERDAY)) { ?> +
Hier
+ + isDay (Days::BEFORE_YESTERDAY)) { ?> +
À partir d'avant-hier
+ +
  • -- cgit v1.2.3