(function (window) { window.__envm = window.__envm || {}; //PADDYS Config object window.__envm = { apiUrl : "https://api.lesdombes.fr/public/hopstore/", baseUrl : "/", siteName : "PADDY'S CORNER", dbPrefix : "pad_", assets : "assets/", logo : "images/paddys.svg", cover : "images/paddyscover.jpg", favIcon : "images/paddys_fav.svg", css : "paddys.css", adress : "4 Rue de la Terrasse - 69004 LYON", phone : "09 52 11 21 76", social : { instagram : "https://www.instagram.com/paddyscorner", facebook : "https://www.facebook.com/paddys.corner", }, menuDefault : "tapbeers", templateDir : "views/paddys/", menuItems : [ //leave labels empty to exclude from menu! { link: "home", label: "", template : "home.html", controller : "homeController", }, { link: "allergenes", label: "", template : "allergy.html", controller : "allergyController", }, { link: "tapbeers", label: '🍺 Bières Pression', template: 'tapbeers.html', controller: 'tapbeerController', }, { link: "bottles", label: '🍺 Bières Bouteilles', template: 'bottles.html', controller: 'bottleController', }, { link: "nonas", label: '🍺 Bières sans Alcool', template: 'bottles.html', controller: 'nonaController', }, { link: "ciders", label: '🍏 Cidres', 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: '🍔 Burgers et Fritures', template: 'cuisine.html', controller: 'cuisineController', }, { link: "games", label: '🎲 Nos Jeux de Société', template: 'games.html', controller: 'gameController', }, { link: "game/:id", label: '', template: 'game.html', controller: 'gameController', } ], } 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));