diff options
| author | 2013-03-19 22:18:40 +0100 | |
|---|---|---|
| committer | 2013-03-19 22:18:40 +0100 | |
| commit | 8f65ce0e64aefae6afa273efdb744599f43a9335 (patch) | |
| tree | e8f08334637d03c4bdbd751bbc11d8e3a35b8d79 /app/views/index/index.phtml | |
| parent | 82386d8630bf5e23cffad3cf3643fcd00835ef50 (diff) | |
Changement provider favicons
Diffstat (limited to 'app/views/index/index.phtml')
| -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 7b3e52ebb..2ac39b42b 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -50,7 +50,7 @@ if (isset ($this->entryPaginator)) { </li> <?php } ?> <?php $feed = $item->feed (true); ?> - <li class="item website"><a target="_blank" href="<?php echo $feed->website (); ?>"><img src="http://www.google.com/s2/favicons?domain=<?php echo get_domain ($feed->website ()); ?>" alt="favicon <?php echo $feed->name (); ?>" /><span> <?php echo $feed->name (); ?></span></a></li> + <li class="item website"><a target="_blank" href="<?php echo $feed->website (); ?>"><img class="favicon" src="http://g.etfv.co/<?php echo $feed->website (); ?>" alt="favicon <?php echo $feed->name (); ?>" /> <?php echo $feed->name (); ?></a></li> <li class="item title"><h1><?php echo $item->title (); ?></h1></li> <li class="item date">le <?php echo $item->date (); ?></li> <li class="item link"><a target="_blank" href="<?php echo $item->link (); ?>"> </a></li> |
