Index: branches/RC/core/units/category_items/category_items_tag_processor.php =================================================================== diff -u -r11538 -r11711 --- branches/RC/core/units/category_items/category_items_tag_processor.php (.../category_items_tag_processor.php) (revision 11538) +++ branches/RC/core/units/category_items/category_items_tag_processor.php (.../category_items_tag_processor.php) (revision 11711) @@ -10,7 +10,7 @@ /* @var $object kDBList */ $root_phrase = $this->Application->Phrase( $this->Application->ConfigValue('Root_Name') ); - $cached_navbar = preg_replace('/^Content&\|&/i', '', $object->GetDBField($field)); + $cached_navbar = preg_replace('/^(Content&\|&|Content)/i', '', $object->GetDBField($field)); $value = str_replace('&|&', ' > ', $cached_navbar); $ret = $root_phrase . ($value ? ' > ' : '') . $value;