Index: branches/5.1.x/core/units/category_items/category_items_tag_processor.php =================================================================== diff -u -N -r13086 -r13789 --- branches/5.1.x/core/units/category_items/category_items_tag_processor.php (.../category_items_tag_processor.php) (revision 13086) +++ branches/5.1.x/core/units/category_items/category_items_tag_processor.php (.../category_items_tag_processor.php) (revision 13789) @@ -1,6 +1,6 @@ getObject($params); /* @var $object kDBList */ - $root_phrase = $this->Application->Phrase( $this->Application->ConfigValue('Root_Name') ); + $root_phrase = $this->Application->Phrase(($this->Application->isAdmin ? 'la_' : 'lu_') . 'rootcategory_name'); $cached_navbar = preg_replace('/^(Content&\|&|Content)/i', '', $object->GetDBField($field)); $value = str_replace('&|&', ' > ', $cached_navbar);