mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 01:45:47 +01:00
use the proper footer for admin
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user