define('SERVER_URL', "http://www.mxchange.org");
// Current SVN revision
-define('CURR_SVN_REVISION', "643");
+define('CURR_SVN_REVISION', "644");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
// Always make sure the session management is initialized first
require_once(PATH."inc/session.php");
+// Dirty fix for dublicate function
+if (!function_exists('GET_CURR_THEME')) {
// Get current theme name
function GET_CURR_THEME() {
global $INC_POOL, $_CONFIG, $CSS, $cacheArray;
// Return theme value
return $ret;
}
+} // END - if
function THEME_SELECTION_BOX($mod, $act, $wht, $result) {
// Construction URL