diff options
| author | 2013-04-27 15:17:10 +0200 | |
|---|---|---|
| committer | 2013-04-27 15:17:10 +0200 | |
| commit | 81ea32d53e85b623356f56910b0a7aa9acf6bcd6 (patch) | |
| tree | aa62aa2d59a3d820f4fdd9c4bd08283d407af2b9 /app/views | |
| parent | 6efbedd1890b482a432254babc060713606ca6bf (diff) | |
Gestion de la traduction pour les dates (bug #38)
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/index/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index 5c6ab0376..a7b67bcbc 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -51,7 +51,7 @@ if (isset ($this->entryPaginator)) { <?php $feed = $item->feed (true); ?> <li class="item website"><a href="<?php echo _url ('index', 'index', 'get', 'f_' . $feed->id ()); ?>"><img class="favicon" src="http://g.etfv.co/<?php echo $feed->website (); ?>" alt="" /> <span><?php echo $feed->name (); ?></span></a></li> <li class="item title"><?php echo $item->title (); ?></li> - <li class="item date">le <?php echo $item->date (); ?></li> + <li class="item date"><?php echo $item->date (); ?></li> <li class="item link"><a target="_blank" href="<?php echo $item->link (); ?>"> </a></li> </ul> |
