From 39f2213e92040d2a8bffc3084f30d868fa7b8882 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 12 Oct 2013 15:35:56 +0200 Subject: aside_flux: Modèle dynamique pour les menus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Utilise un modèle plutôt que le menu HTML répété en dur, pour beaucoup diminuer la taille de la page HTML --- app/layout/aside_flux.phtml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'app/layout') diff --git a/app/layout/aside_flux.phtml b/app/layout/aside_flux.phtml index 5ac86db96..8928ffca0 100644 --- a/app/layout/aside_flux.phtml +++ b/app/layout/aside_flux.phtml @@ -70,29 +70,15 @@ get_f == $feed->id ()) { $f_active = true; } ?>
  • - nbNotRead (); ?> - 0 ? '' : ''; ?> - 0 ? '(' . $not_read . ') ' : ''; ?> - name(); ?> + 0 ? '(' . $not_read . ') ' : ''), $feed->name(); ?> 0 ? '' : ''; ?>
  • @@ -102,5 +88,19 @@ - + + + -- cgit v1.2.3