From 8f65ce0e64aefae6afa273efdb744599f43a9335 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 19 Mar 2013 22:18:40 +0100 Subject: Changement provider favicons --- app/layout/aside_feed.phtml | 2 +- app/layout/aside_flux.phtml | 2 +- app/views/index/about.phtml | 2 +- app/views/index/index.phtml | 2 +- public/theme/base.css | 4 ++++ 5 files changed, 8 insertions(+), 4 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 @@ feeds as $feed) { ?>
  • - favicon <?php echo $feed->name (); ?> + favicon <?php echo $feed->name (); ?> name (); ?>
  • 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 @@ - favicon <?php echo $feed->name (); ?> + favicon <?php echo $feed->name (); ?> name(); ?> diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index 2f65c9cda..ad3eb6cc6 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -20,5 +20,5 @@

    FreshRSS est un agrégateur de flux RSS à auto-héberger à l'image de RSSLounge, TinyTinyRSS ou Leed. Il se veut léger et facile à prendre en main tout en étant un outil puissant et paramétrable. L'objectif étant d'offrir une alternative sérieuse au futur feu-Google Reader.

    Crédits

    - Les icônes sont issus du projet GNOME. La police Open Sans utilisée a été créée par Steve Matteson. FreshRSS repose sur Minz, un framework PHP. + Les icônes sont issus du projet GNOME. La police Open Sans utilisée a été créée par Steve Matteson. Les favicons sont récupérés grâce au site getFavicon. FreshRSS repose sur Minz, un framework PHP. 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)) { feed (true); ?> -
  • favicon <?php echo $feed->name (); ?> name (); ?>
  • +
  • favicon <?php echo $feed->name (); ?> name (); ?>
  • title (); ?>

  • le date (); ?>
  • diff --git a/public/theme/base.css b/public/theme/base.css index 0532db6d2..3de642d3c 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -527,6 +527,10 @@ input, select, textarea { padding: 5px 0; } +.favicon { + width: 16px; +} + .categories { margin: 0; padding: 0; -- cgit v1.2.3