|
|
@ -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',
|
|
|
|