Index: trunk/admin/config/addtheme_templates.php =================================================================== diff -u -r2853 -r3004 --- trunk/admin/config/addtheme_templates.php (.../addtheme_templates.php) (revision 2853) +++ trunk/admin/config/addtheme_templates.php (.../addtheme_templates.php) (revision 3004) @@ -173,7 +173,7 @@ $objThemeFiles->Query_Item($sql); -$ThemeDir = strtolower($c->Get("Name")).$pathchar; +//$ThemeDir = strtolower($c->Get("Name")).$pathchar; $itemcount = QueryCount($sql); Index: trunk/kernel/startup.php =================================================================== diff -u -r2919 -r3004 --- trunk/kernel/startup.php (.../startup.php) (revision 2919) +++ trunk/kernel/startup.php (.../startup.php) (revision 3004) @@ -30,13 +30,14 @@ $g_TablePrefix = TABLE_PREFIX; $pathtoroot = FULL_PATH.'/'; - $admin = 'admin'; - $rootURL = PROTOCOL.SERVER_NAME.(defined('PORT')?':'.PORT : '').BASE_PATH.'/'; - $localURL = $rootURL.'kernel/'; - $adminURL = $rootURL.$admin; - $imagesURL = $adminURL.'/images'; - $browseURL = $adminURL.'/browse'; - $cssURL = $adminURL.'/include'; + $admin = 'admin'; + $rootURL = PROTOCOL.SERVER_NAME.(defined('PORT')?':'.PORT : '').BASE_PATH.'/'; + $localURL = $rootURL.'kernel/'; + $adminURL = $rootURL.$admin; + $imagesURL = $adminURL.'/images'; + $browseURL = $adminURL.'/browse'; + $cssURL = $adminURL.'/include'; + $pathchar = '/'; // KERNEL4 INIT: END $k4_path_detection = true; }