
var g_strUrlModules = "http://" + g_strDomain + g_strPathSite + "application/modules/";
var g_strUrlComponents = "http://" + g_strDomain + g_strPathSite + "application/components/";
var g_strUrlImages = "http://" + g_strDomain + g_strPathSite + "application/templates/" + g_strTemplate + "/images/";   
var g_strUrlAdminImages = "http://" + g_strDomain + g_strPathSite + "application/templates/" + g_strTemplate + "/images/admin/";   
var g_strUrlLibsJquery = "http://" + g_strDomain + g_strPathSite + "application/libs/jquery/";
var g_strUrlLibs = "http://" + g_strDomain + g_strPathSite + "application/libs/";

var g_strUrlAdmin = "http://" + g_strDomain + g_strPathSite + "admin/";     
 


