mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
new header for meta title
This commit is contained in:
@@ -7,7 +7,10 @@ var user = require('./../user.js'),
|
||||
(function(User) {
|
||||
User.create_routes = function(app) {
|
||||
var 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'
|
||||
});
|
||||
};
|
||||
|
||||
app.get('/uid/:uid', function(req, res) {
|
||||
|
||||
Reference in New Issue
Block a user