mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-08-31 03:36:51 +02:00
added categories navigation item, ability to change logo url
This commit is contained in:
@@ -198,6 +198,7 @@ middleware.renderHeader = function(req, res, callback) {
|
||||
description: meta.config.description || '',
|
||||
'cache-buster': meta.config['cache-buster'] ? 'v=' + meta.config['cache-buster'] : '',
|
||||
'brand:logo': meta.config['brand:logo'] || '',
|
||||
'brand:logo:url': meta.config['brand:logo:url'] || '',
|
||||
'brand:logo:display': meta.config['brand:logo']?'':'hide',
|
||||
allowRegistration: registrationType === 'normal' || registrationType === 'admin-approval',
|
||||
searchEnabled: plugins.hasListeners('filter:search.query')
|
||||
|
||||
Reference in New Issue
Block a user