From 1f47741976e3b2138387a861178e7f72b0193fc0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sun, 10 Dec 2006 13:27:00 +0000 Subject: [PATCH] Ajout lien stats pour les categorie --- htdocs/fourn/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php index a06173496b9..cc33f421c0e 100644 --- a/htdocs/fourn/index.php +++ b/htdocs/fourn/index.php @@ -65,10 +65,9 @@ if ($resql) $i = 0; print ''; - print '\n"; - $var=True; while ($obj = $db->fetch_object($resql)) @@ -76,7 +75,8 @@ if ($resql) $var=!$var; print "\n"; print '\n"; + print '\n"; } print "
'; + print '
'; print $langs->trans("Category"); print "
'.stripslashes($obj->label).''; - print "'; + print '('.$langs->trans("Stats").')'; print "
\n";