(function (window) { window.__envm = window.__envm || {}; //HOPSTORE Config object window.__envm = { apiUrl : "https://api.lesdombes.fr/public/hopstore/", baseUrl : "/", siteName : "BERZINGUE", dbPrefix : "hops_", assets : "assets/", logo : "images/berzingue.svg", cover : "images/berzcover.jpg", favIcon : "images/berzingue_fav.svg", css : "hopstore.css", adress : "Face au 2 Quai Augagneur - 69003 LYON", phone : "09 80 87 54 13", social : { instagram : "https://www.instagram.com/berzingueanishoublon", facebook : "https://www.facebook.com/berzinguelyon3", }, menuDefault : "cuisine", templateDir : "views/hopstore/", menuItems : [ //leave labels empty to exclude from menu! { link: "home", label: "", template : "home.html", controller : "homeController", }, { link: "tapbeers", label: 'À la Pression', template: 'tapbeers.html', controller: 'tapbeerController', }, { link: "bottles", label: 'Bières en Bouteilles', template: 'bottles.html', controller: 'bottleController', }, /* { link: "ephes", label: 'Bières Ephémères', template: 'bottles.html', controller: 'epheController', }, */ { link: "nonas", label: 'Bières sans Alcool', template: 'bottles.html', controller: 'nonaController', }, { link: "ciders", label: 'Cidres en bouteilles', template: 'ciders.html', controller: 'ciderController', }, { link: "alcohols", label: 'Alcools et Cocktails', template: 'alcohols.html', controller: 'alcoholController', }, { link: "vins", label: 'Vins', template: 'vins.html', controller: 'vinController', }, { link: "sansalcohols", label: 'Sans Alcool', template: 'sansalcohols.html', controller: 'sansalcoholController', }, { link: "cuisine", label: 'Grignotages', template: 'cuisine.html', controller: 'cuisineController', }, /* { link: "covid", label: 'Le protocole COVID19', template: 'covid.html', controller: '', } */ ], } window.__envm.phrases = [ "Deux secondes, on t'aide à choisir!", "Attend, on te prépare un choix personnalisé", "Attend, on a ce qu'il te faut !", "Patience, nos algorithmes trouvent LA boisson qu'il te faut!", "T'as soif hein, bois peut-etre ça : ...", "Du mal à choisir? On est là, attend!" ] }(this));