use the proper footer for admin

This commit is contained in:
psychobunny
2014-03-03 16:40:26 -05:00
parent 7ef6f9bbf5
commit 48b9289002
2 changed files with 2 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ middleware.buildHeader = function(req, res, next) {
});
},
function(next) {
app.render('footer', {}, function(err, template) {
app.render('admin/footer', {}, function(err, template) {
res.locals.adminFooter = template;
next(err);
});