NEW - bug 210: Babel or Babel-like Community Internationalization
https://foundation.eclipse.org/infrazilla/show_bug.cgi?id=210
diff --git a/html/global.php b/html/global.php
index fc32bfe..c6cd93c 100644
--- a/html/global.php
+++ b/html/global.php
@@ -10,7 +10,9 @@
  *    Paul Colton (Aptana)- initial API and implementation
  *    Eclipse Foundation
 *******************************************************************************/
-define('BABEL_BASE_DIR', "../");
+if(!defined('BABEL_BASE_DIR')){
+	define('BABEL_BASE_DIR', "../");
+}
 define('USE_PHOENIX', 		true);
 define("COOKIE_REMEMBER",	"cBABEL");
 define("COOKIE_SESSION" ,	"sBABEL");