Index: temp/trunk/data/lib/slib.php
===================================================================
--- temp/trunk/data/lib/slib.php	(revision 3368)
+++ temp/trunk/data/lib/slib.php	(revision 3371)
@@ -772,9 +772,11 @@
 		$name = $arrRet[$cnt]['category_name'];
 		$arrList[$id] = "";
+		/*
 		for($n = 1; $n < $arrRet[$cnt]['level']; $n++) {
 			$arrList[$id].= "¡¡";
 		}
+		*/
 		for($cat_cnt = 0; $cat_cnt < $arrRet[$cnt]['level']; $cat_cnt++) {
-			$arrOutput[$cnt].= CATEGORY_HEAD;
+			$arrList[$id].= CATEGORY_HEAD;
 		}
 		$arrList[$id].= $name;
