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