From 22febc135134511b43a8543ea45c49c7aeec6f84 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Sat, 27 Jul 2013 13:58:58 +0200 Subject: Fix issue #101 : option interdiction anonymes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout d'une option pour interdire la lecture anonyme (interdit par défaut) Correction de l'internationalisation pour la pagination des logs --- app/views/helpers/global_view.phtml | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 app/views/helpers/global_view.phtml (limited to 'app/views/helpers/global_view.phtml') diff --git a/app/views/helpers/global_view.phtml b/app/views/helpers/global_view.phtml deleted file mode 100644 index fff391cba..000000000 --- a/app/views/helpers/global_view.phtml +++ /dev/null @@ -1,37 +0,0 @@ -partial ('nav_menu'); ?> - -
-cat_aside as $cat) { - $feeds = $cat->feeds (); - $catNotRead = $cat->nbNotRead (); - if (!empty ($feeds)) { -?> - - -
\ No newline at end of file -- cgit v1.2.3