Revert "changed base templates path to Persona, from Vanilla."

This reverts commit fe7f5402a8.
This commit is contained in:
Julian Lam
2015-08-19 14:54:39 -04:00
parent 4f57227505
commit ac46356cad
4 changed files with 9 additions and 9 deletions

View File

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