Index: trunk/kernel/units/help/help_tag_processor.php =================================================================== diff -u -r4880 -r4903 --- trunk/kernel/units/help/help_tag_processor.php (.../help_tag_processor.php) (revision 4880) +++ trunk/kernel/units/help/help_tag_processor.php (.../help_tag_processor.php) (revision 4903) @@ -55,7 +55,7 @@ $this->Application->Factory->includeClassFile('FCKeditor'); $oFCKeditor = new FCKeditor('HelpContent'); - $oFCKeditor->BasePath = $this->Application->BaseURL('/'.ADMIN_DIR.'/editor/cmseditor'); + $oFCKeditor->BasePath = $this->Application->BaseURL('/admin/editor/cmseditor'); $oFCKeditor->Width = '100%'; $oFCKeditor->Height = '300'; $oFCKeditor->ToolbarSet = 'Advanced'; @@ -64,7 +64,7 @@ $oFCKeditor->Config = Array( 'UserFilesPath' => FULL_PATH.'kernel/user_files', 'ProjectPath' => $this->Application->ConfigValue('Site_Path'), - 'CustomConfigurationsPath' => rtrim( $this->Application->BaseURL('/'.ADMIN_DIR.'/editor/inp_fckconfig.js'), '/'), + 'CustomConfigurationsPath' => rtrim( $this->Application->BaseURL('/admin/editor/inp_fckconfig.js'), '/'), ); $ret .= $oFCKeditor->CreateHtml();