diff -r af7e8ec6aef7 -r 402adf8ea719 includes/common.php --- a/includes/common.php Mon Jul 28 13:01:53 2008 -0600 +++ b/includes/common.php Mon Jul 28 13:05:41 2008 -0600 @@ -264,7 +264,8 @@ } // Set our CDN path -define('cdnPath', getConfig('cdn_path', scriptPath)); +if ( !defined('cdnPath') ) + define('cdnPath', getConfig('cdn_path', scriptPath)); // // Low level maintenance