mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
fixes #6269
This commit is contained in:
@@ -129,7 +129,7 @@ helpers.buildCategoryBreadcrumbs = function (cid, callback) {
|
|||||||
return callback(err);
|
return callback(err);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!meta.config.homePageRoute && meta.config.homePageCustom) {
|
if (meta.config.homePageRoute !== 'categories') {
|
||||||
breadcrumbs.unshift({
|
breadcrumbs.unshift({
|
||||||
text: '[[global:header.categories]]',
|
text: '[[global:header.categories]]',
|
||||||
url: nconf.get('relative_path') + '/categories',
|
url: nconf.get('relative_path') + '/categories',
|
||||||
|
|||||||
Reference in New Issue
Block a user