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_flux.phtml | |
| parent | 82386d8630bf5e23cffad3cf3643fcd00835ef50 (diff) | |
Changement provider favicons
Diffstat (limited to 'app/layout/aside_flux.phtml')
| -rw-r--r-- | app/layout/aside_flux.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index 07f83232c..903a566af 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -58,7 +58,7 @@ </ul> </div> - <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 (); ?>" /> <a class="feed" href="<?php echo _url ('index', 'index', 'get', 'f_' . $feed->id ()); ?>"> <?php echo $feed->name(); ?> </a> |
