Index: kernel/utility/unit_config_reader.php =================================================================== --- kernel/utility/unit_config_reader.php (revision 13400) +++ kernel/utility/unit_config_reader.php (working copy) @@ -803,7 +803,7 @@ if (array_key_exists('AdminTemplatePath', $config)) { // append template base folder for admin templates path of this prefix - $module_templates = $rets[1] == 'core' ? '' : $rets[1] . '/'; + $module_templates = $rets[1] == 'core' ? '' : substr($rets[1], 8) . '/'; $config['AdminTemplatePath'] = $module_templates . $config['AdminTemplatePath']; }