changing the default base theme to persona, from vanilla

This commit is contained in:
Julian Lam
2015-08-19 14:57:49 -04:00
parent ac46356cad
commit 6f23e4bab1
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ module.exports = function(Meta) {
return callback(err);
}
var themeId = (themeData['theme:id'] || 'nodebb-theme-vanilla'),
var themeId = (themeData['theme:id'] || 'nodebb-theme-persona'),
baseThemePath = path.join(nconf.get('themes_path'), (themeData['theme:type'] && themeData['theme:type'] === 'local' ? themeId : 'nodebb-theme-vanilla')),
paths = [
baseThemePath,