// This file contains values which change from site to site, and from language
// to language. It should be modified by the project manager.

// Insert the base of the omniture report name (it will be appended later
// with prod or preprod)
OMNITURE_REPORT_BASE_NAME = "";
// Language code (i.e. cs, fr...)
OMNITURE_LANGUAGE_CODE = "en";
// Country code (i.e. czechrepublic)
OMNITURE_COUNTRY_CODE = "europe";
// Site name
OMNITURE_SITE_NAME = "hr";
// Currency code
OMNITURE_CURRENCY_CODE = "";
