From a75735715222876f8a8a874f2485b6b35208c835 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Thu, 30 Mar 2006 16:07:45 +0000 Subject: [PATCH] modif esthetique --- htdocs/categories/categorie.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/categories/categorie.class.php b/htdocs/categories/categorie.class.php index 103d0c943d7..108ceb36019 100644 --- a/htdocs/categories/categorie.class.php +++ b/htdocs/categories/categorie.class.php @@ -485,12 +485,12 @@ class Categorie { // on est dans une sous-catégorie if(is_array($desc_mere)) - $this->res[]= array($this->mere_encours.$compl_path." -> ".$nom_mere,$desc_mere[0]); + $this->res[]= array($this->mere_encours.$compl_path." >> ".$nom_mere,$desc_mere[0]); else if($nom_mere != "0") - $this->res[]= array($this->mere_encours.$compl_path." -> ".$nom_mere,$desc_mere); + $this->res[]= array($this->mere_encours.$compl_path." >> ".$nom_mere,$desc_mere); if(sizeof($desc_mere) >1) { - $this ->fetch_cate_arbo($desc_mere," -> ".$nom_mere); + $this ->fetch_cate_arbo($desc_mere," >> ".$nom_mere); } } }