ajout d'une presentation facultative

This commit is contained in:
Antoine WEBER
2015-09-24 18:34:49 +02:00
parent d0ad0ccfd6
commit 755a91a5b6
3 changed files with 7 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ router.get('/', function(req, res, next) {
},
//aprés toute les opération de la base
function() {
res.render('index', { title: 'Liste des channel',channels: data });
res.render('index', { title: 'Liste des channel',channels: data, presentation: config.presentation });
});
});