From 342f7963f6e8973164baad1610256dabbdfdb379 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 19 Oct 2010 21:26:23 +0000 Subject: [PATCH] Fix: Css style of rows --- htdocs/categories/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/categories/index.php b/htdocs/categories/index.php index 88b21168e10..3d32599d1a7 100644 --- a/htdocs/categories/index.php +++ b/htdocs/categories/index.php @@ -207,7 +207,7 @@ $oldvallevel=0; $var=true; foreach($fulltree as $key => $val) { - $var=false; + $var=!$var; //$fullpathparent=preg_replace('/_[^_]+$/i','',$val['fullpath']); @@ -229,7 +229,7 @@ foreach($fulltree as $key => $val) else $option='indexnotexpanded'; //print $option; - print ''; + print ""; // Show tree graph pictos print '';