mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-19 14:02:58 +01:00
Merge branch 'master' of https://github.com/designcreateplay/NodeBB
This commit is contained in:
@@ -135,6 +135,7 @@ var fs = require('fs'),
|
||||
function(config, next) {
|
||||
themeData['theme:staticDir'] = config.staticDir ? config.staticDir : '';
|
||||
themeData['theme:templates'] = config.templates ? config.templates : '';
|
||||
themeData['theme:src'] = config.frameworkCSS ? config.frameworkCSS : '';
|
||||
|
||||
db.setObject('config', themeData, next);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user