From ff9852ec53be2f25b13bddd7ad1e08b83f60f674 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 11 Mar 2003 20:40:00 +0000 Subject: [PATCH] nada --- htdocs/includes/menus/barre_top/esprit.php | 32 ++++------------------ 1 file changed, 5 insertions(+), 27 deletions(-) diff --git a/htdocs/includes/menus/barre_top/esprit.php b/htdocs/includes/menus/barre_top/esprit.php index 502949ae1fa..0ce66a629ca 100644 --- a/htdocs/includes/menus/barre_top/esprit.php +++ b/htdocs/includes/menus/barre_top/esprit.php @@ -20,44 +20,22 @@ * */ +print ''; +print 'Livres'; print ''; -if ($user->comm > 0 && $conf->commercial ) -{ - print 'Livres'; -} -else -{ - print '-'; -} + +print 'Auteurs'; print ''; -if ($user->compta > 0) -{ - print 'Auteurs'; -} -else -{ - print '-'; -} -print ''; -if ($conf->produit->enabled ) -{ - print 'Editeurs'; -} -else -{ - print '-'; -} +print 'Editeurs'; print ''; print '-'; - print ' '; - ?>