v1.18.x
psychobunny 10 years ago
parent 4a4644665d
commit b3639f3c71

@ -211,6 +211,7 @@ middleware.renderHeader = function(req, res, callback) {
'cache-buster': meta.config['cache-buster'] ? 'v=' + meta.config['cache-buster'] : '', 'cache-buster': meta.config['cache-buster'] ? 'v=' + meta.config['cache-buster'] : '',
'brand:logo': meta.config['brand:logo'] || '', 'brand:logo': meta.config['brand:logo'] || '',
'brand:logo:url': meta.config['brand:logo:url'] || '', 'brand:logo:url': meta.config['brand:logo:url'] || '',
'brand:logo:alt': meta.config['brand:logo:alt'] || '',
'brand:logo:display': meta.config['brand:logo']?'':'hide', 'brand:logo:display': meta.config['brand:logo']?'':'hide',
allowRegistration: registrationType === 'normal' || registrationType === 'admin-approval', allowRegistration: registrationType === 'normal' || registrationType === 'admin-approval',
searchEnabled: plugins.hasListeners('filter:search.query') searchEnabled: plugins.hasListeners('filter:search.query')

@ -47,6 +47,10 @@
When the logo is clicked, send users to this address. If left blank, user will be sent to the forum index. When the logo is clicked, send users to this address. If left blank, user will be sent to the forum index.
</p> </p>
</div> </div>
<div class="form-group">
<label for="brand:logo:alt">Alt Text</label>
<input id ="brand:logo:alt" type="text" class="form-control" placeholder="Alternative text for accessibility" data-field="brand:logo:alt" />
</div>
</div> </div>
</div> </div>

Loading…
Cancel
Save