(Original Author) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ // Used for firefox version numbers vendor('product-details/firefoxDetails.class'); /** * Java Script Constants to be imported into javascript files * to be used for things like paths, not isAdmin ;) */ header('Content-Type: application/x-javascript'); $this->layout = null; // no layout! ?> var BASEDIR = "url('/', null, false, false) ?>"; var LANG = ""; var APP_ID = ""; var APP_SHORTNAME = ""; var APP_PRETTYNAME = ""; var LATEST_FIREFOX_VERSION = ''; var LATEST_FIREFOX_DEVEL_VERSION = ''; var addOnNotAvailableForPlatform = ""; var error_opensearch_unsupported = ""; var app_compat_update_firefox = ''; var app_compat_try_old_version = ''; var app_compat_older_firefox_only = ''; var app_compat_unreleased_version = ''; var app_compat_older_version_or_ignore_check = ''; var devcp_js_upload_alert = ''; var addons_status_public = ''; var addons_status_sandbox = ''; var addons_status_pending = ''; var devcp_js_img_move_down = ''; var devcp_js_img_move_up = ''; var devcp_js_option_owner = ''; var devcp_js_option_developer = ''; var devcp_js_option_viewer = ''; var devcp_js_input_list_author = ''; var devcp_js_sure_remove = ''; var devcp_js_remove_author = ''; var devcp_js_a_cancel = ''; var devcp_js_add_email = ''; var devcp_js_img_remove_compat = ''; var app_compat_ignore_check = '';