mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 00:10:25 +01:00
new header for meta title
This commit is contained in:
@@ -23,7 +23,10 @@ var express = require('express'),
|
||||
(function(app) {
|
||||
var templates = null,
|
||||
build_header = function() {
|
||||
return templates['header'].parse({ cssSrc: global.config['theme:src'] || '/vendor/bootstrap/css/bootstrap.min.css' });
|
||||
return templates['header'].parse({
|
||||
cssSrc: global.config['theme:src'] || '/vendor/bootstrap/css/bootstrap.min.css',
|
||||
title: global.config['title'] || 'NodeBB'
|
||||
});
|
||||
};
|
||||
|
||||
// Middlewares
|
||||
|
||||
Reference in New Issue
Block a user