Index: branches/RC/kernel/include/modules.php =================================================================== diff -u -r8929 -r9389 --- branches/RC/kernel/include/modules.php (.../modules.php) (revision 8929) +++ branches/RC/kernel/include/modules.php (.../modules.php) (revision 9389) @@ -983,11 +983,11 @@ $application =& kApplication::Instance(); // just to sure, that object is here in all actions if($FrontEnd == 0 || !is_numeric($FrontEnd) || $FrontEnd == 2) { - $rootURL = 'http://'.ThisDomain().$objConfig->Get('Site_Path'); + /*$rootURL = 'http://'.ThisDomain().$objConfig->Get('Site_Path'); $admin = $objConfig->Get("AdminDirectory"); if( !strlen($admin) ) $admin = "admin"; $adminURL = $rootURL.$admin; - $imagesURL = $adminURL."/images"; + $imagesURL = $adminURL."/images";*/ if( $key != 'bbcat' && _ModuleLicensed($modules_loaded[$key]) ) {