diff options
| author | 2012-10-23 18:29:43 +0200 | |
|---|---|---|
| committer | 2012-10-23 18:29:43 +0200 | |
| commit | fca236dc6d6ff6e09182c560f3566904cbc7a70a (patch) | |
| tree | 850bfab52359702dad2a9eccd03f01b5c68c9bcb /app/views/index | |
| parent | 9a95cb844e80512205c519da69ec373e046b7f52 (diff) | |
affichage par catégories + meilleur exportation opml
Diffstat (limited to 'app/views/index')
| -rw-r--r-- | app/views/index/index.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index af01f3fd2..c3f4242c4 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -16,10 +16,10 @@ <div class="post flux<?php echo !$item->isRead () ? ' not_read' : ''; ?><?php echo $item->isFavorite () ? ' favorite' : ''; ?>"> <?php $author = $item->author (); ?> <div class="before"> + <?php $feed = $item->feed (true); ?> <?php echo $author != '' ? $author . ' a écrit' : ''; ?> le <?php echo $item->date (); ?> - <?php $feed = $item->feed (true); ?> - sur <a target="_blank" href="<?php echo $feed->website (); ?>"><?php echo $feed->name (); ?></a>, + sur <a target="_blank" href="<?php echo $feed->website (); ?>"><?php echo $feed->name (); ?> <img src="http://www.google.com/s2/favicons?domain=<?php echo get_domain ($feed->website ()); ?>" alt="" /></a>, </div> <h1><a target="_blank" href="<?php echo $item->link (); ?>"> <?php echo $item->title (); ?></a></h1> |
