
/*----------------------------------------------------------------------
 * FTR&D
 *----------------------------------------------------------------------
 * Project     : Djinngo
 *
 * Copyright France Telecom 2008,  All Rights Reserved.
 *
 * This software is the confidential and proprietary
 * information of France Telecom.
 * You shall not disclose such Confidential Information
 * and shall use it only in accordance with the terms
 * of the license agreement you entered into with
 * France Telecom.
 *
 *----------------------------------------------------------------------
 * FileName    : config.js
 * Created     : 10/06/2008
 * Last Change : [last modification date]
 * Author      : DUMONT Kevin
 * Version     : 1.0
 * Description : configuration file for subspace iframe in widget
 * Note        : [optional]
 */

// dojo.provide("bbtp.external.wt.config");

// config var to activate subspace iframe in widget
var configUseSubspace = /*._.*/true/*._.*/; /* @_bbtp_install_WIDGET_USE_SUBSPACE_@  default: "true" */

var configMainDomain = "djinngo.com";
var configCoreRootUrl = "/";
var urlProxy = /*._.*/"proxy/proxyIco.php"/*._.*/;  /* @_bbtp_install_PROXY_ICON_URL_@  default: "unconfigured" */
var configUrlProxyIco = "http://static.djinngo.com/"+urlProxy;
var pageURL = /*._.*/"user/"/*._.*/;  /* @_bbtp_install_PUBLICPAGE_BASE_URL_@  default: "unconfigured" */
var publicPageURL = "blog.djinngo.com/"+pageURL;
var widgetSubspacePrefix = /*._.*/"wdgt_"/*._.*/;  /* @_bbtp_install_WIDGET_SUBSPACE_PREFIX_@  default: "wdgt_" */