From c47b3dc50a60622521b9050d7ee54e2f7c758ac8 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 19 Mar 2013 20:56:23 +0100 Subject: Ajout des favicons dans la colonne de gestion des sites + ajout du alt --- app/layout/aside_feed.phtml | 5 ++++- app/layout/aside_flux.phtml | 2 +- app/views/index/index.phtml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 2f3f6ea7a..71603c8ab 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -15,7 +15,10 @@ feeds)) { ?> feeds as $feed) { ?>
  • - name (); ?> + + favicon <?php echo $feed->name (); ?> + name (); ?> +
  • diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index 5bf8c8160..07f83232c 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -58,7 +58,7 @@ - + favicon <?php echo $feed->name (); ?> name(); ?> diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index a7ed174c2..7b3e52ebb 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -50,7 +50,7 @@ if (isset ($this->entryPaginator)) { feed (true); ?> -
  • name (); ?>
  • +
  • favicon <?php echo $feed->name (); ?> name (); ?>
  • title (); ?>

  • le date (); ?>
  • -- cgit v1.2.3