/* Configuration. backendmaker.com by Enrique Gonzalez Alonso */

// mainMenu: It's an array of Table vars. Refer to the config documentation to change it
var mainMenu = {"Catalog": { 0:test_catalog, 1:test_category }, 0:test_pages, 1:test_news, "Users": { 0:test_users }, 2:test_webdata }; // 1:test_typeofusers

var generalConfig = { dateformat: "dd-mm-yyyy", // format of the dates that you use. english -> dd-mm-yyyy    american -> mm-dd-yyyy
	                  /* GOOGLE MAPS */
	                  googlemaps_lng: "en",
	                  /* Table / field where admin's email is stored */
	                  emailtablefield: { "table": "test_webdata", "efield": "email", "pfield":"contrasena", "nfield":"nombre" }
                    };            


