diff options
| author | 2013-03-19 22:18:40 +0100 | |
|---|---|---|
| committer | 2013-03-19 22:18:40 +0100 | |
| commit | 8f65ce0e64aefae6afa273efdb744599f43a9335 (patch) | |
| tree | e8f08334637d03c4bdbd751bbc11d8e3a35b8d79 /app/layout/aside_feed.phtml | |
| parent | 82386d8630bf5e23cffad3cf3643fcd00835ef50 (diff) | |
Changement provider favicons
Diffstat (limited to 'app/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 30fa8c994..aaeb225eb 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -35,7 +35,7 @@ <?php foreach ($this->feeds as $feed) { ?> <li class="item<?php echo ($this->flux && $this->flux->id () == $feed->id ()) ? ' active' : ''; ?>"> <a href="<?php echo _url ('configure', 'feed', 'id', $feed->id ()); ?>"> - <img src="http://www.google.com/s2/favicons?domain=<?php echo get_domain ($feed->website ()); ?>" alt="favicon <?php echo $feed->name (); ?>" /> + <img class="favicon" src="http://g.etfv.co/<?php echo $feed->website (); ?>" alt="favicon <?php echo $feed->name (); ?>" /> <?php echo $feed->name (); ?> </a> </li> |
