Index: branches/RC/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -N -r11319 -r11398 --- branches/RC/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 11319) +++ branches/RC/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 11398) @@ -653,7 +653,7 @@ $config['BasePath'] = dirname(FULL_PATH.$filename); if (isset($config['AdminTemplatePath'])) { // append template base folder for admin templates path of this prefix - $module_templates = $rets[1] == 'core' ? 'in-portal/' : $rets[1].'/'; + $module_templates = $rets[1] == 'core' ? '' : $rets[1].'/'; $config['AdminTemplatePath'] = $module_templates.$config['AdminTemplatePath']; } $this->configData[$prefix] = $config;