Index: trunk/globals.php =================================================================== diff -u -r2853 -r2960 --- trunk/globals.php (.../globals.php) (revision 2853) +++ trunk/globals.php (.../globals.php) (revision 2960) @@ -318,6 +318,12 @@ { global $indexURL, $rootURL, $secureURL; + if ( class_exists('kApplication') ) + { + $application =& kApplication::Instance(); + return $application->BaseURL().'index.php'; + } + switch($secure) { case 0: