Index: branches/RC/core/units/fck/fck_eh.php =================================================================== diff -u -r11435 -r11520 --- branches/RC/core/units/fck/fck_eh.php (.../fck_eh.php) (revision 11435) +++ branches/RC/core/units/fck/fck_eh.php (.../fck_eh.php) (revision 11520) @@ -30,10 +30,10 @@ if ($this->Application->LoggedIn() && $this->Application->IsAdmin()) { return true; } - + return parent::CheckPermission($event); } - + function CreateXmlHeader() { ob_end_clean() ; @@ -68,7 +68,7 @@ //$res = ''; foreach ($pages as $id => $title) { - $page_path = preg_replace('/^content\//', '', strtolower($tpls[$id]).'.html'); + $page_path = preg_replace('/^Content\//i', '', strtolower($tpls[$id]).'.html'); $title = $title.' ('.$page_path.')'; $real_url = $this->Application->HREF($tpls[$id], '_FRONT_END_', array('pass'=>'m'), 'index.php'); $res .= ''."\n";