Index: branches/RC/core/units/general/cat_tag_processor.php =================================================================== diff -u -N -r11649 -r11711 --- branches/RC/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 11649) +++ branches/RC/core/units/general/cat_tag_processor.php (.../cat_tag_processor.php) (revision 11711) @@ -184,7 +184,7 @@ if ($category_path === false) { // not chached if ($category_id > 0) { - $cached_navbar = preg_replace('/^Content&\|&/i', '', $object->GetField('CachedNavbar')); + $cached_navbar = preg_replace('/^(Content&\|&|Content)/i', '', $object->GetField('CachedNavbar')); $category_path = trim($this->CategoryName( Array('cat_id' => 0) ).' > '.str_replace('&|&', ' > ', $cached_navbar), ' > '); } else {