Index: branches/unlabeled/unlabeled-1.7.20/kernel/admin/include/parser.php =================================================================== diff -u -r5651 -r5656 --- branches/unlabeled/unlabeled-1.7.20/kernel/admin/include/parser.php (.../parser.php) (revision 5651) +++ branches/unlabeled/unlabeled-1.7.20/kernel/admin/include/parser.php (.../parser.php) (revision 5656) @@ -136,11 +136,7 @@ { $o .= "Get("RelationshipId")."\">"; $cat = $objCatList->GetByResource($catrel->Get("TargetId")); - $path = $cat->ParentNames(); - if(strlen($path)) - { - $o .= implode(">",$path); - } + $o .= $cat->GetCachedNavBar(); $o .="
\n"; } } @@ -166,11 +162,7 @@ $o .= "".$data["SourceTable"].""; $cat =& $objCatList->GetCategory($data["CategoryId"]); $o .= ""; - $path = $cat->ParentNames(); - if(strlen($path)) - { - $o .= implode(">",$path); - } + $o .= $cat->GetCachedNavBar(); $o .= ""; } }