// CONFIG.JS // This file is used to set global template variables // ======== STATISTICS ========== // // Set the account used to track page statistics in HitBox // 1 = Default // 2 = Pages hosted on TfL web server // 3 = Live Travel News // 4 = Journey Planner // 5 = Congestion Charge var statsAccount = 1; // ===== DEVELOPMENT MODE ======= // // Set to 1 to enable development mode // This will direct usage statistics to the development HitBox account // and disable features that only work in the live environment var devMode = 0; // Default: 0 // ===== GLOBAL PARAMETERS ====== // // The following parameters set global template behaviours var externalSiteInNewWindow = 1; // If set to '1', links to external // websites open in a new window