mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 15:06:38 +02:00
closed #2122
This commit is contained in:
@@ -251,6 +251,7 @@ categoriesController.get = function(req, res, next) {
|
||||
}
|
||||
}
|
||||
|
||||
data.breadcrumbs = res.locals.breadcrumbs;
|
||||
res.render('category', data);
|
||||
});
|
||||
};
|
||||
|
||||
@@ -253,6 +253,7 @@ topicsController.get = function(req, res, next) {
|
||||
}
|
||||
}
|
||||
|
||||
data.breadcrumbs = res.locals.breadcrumbs;
|
||||
res.render('topic', data);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user