Index: branches/unlabeled/unlabeled-1.61.2/core/kernel/processors/main_processor.php =================================================================== diff -u -N -r5507 -r5636 --- branches/unlabeled/unlabeled-1.61.2/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 5507) +++ branches/unlabeled/unlabeled-1.61.2/core/kernel/processors/main_processor.php (.../main_processor.php) (revision 5636) @@ -858,6 +858,12 @@ $lang =& $this->Application->recallObject('lang.current'); header('Content-type: text/xml; charset='.$lang->GetDBField('Charset')); } + + function RootCategoryName($params) + { + $root_phrase = $this->Application->ConfigValue('Root_Name'); + return $this->Application->Phrase($root_phrase); + } }