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

2
app.js
View File

@@ -95,7 +95,7 @@ function loadConfig() {
// Ensure themes_path is a full filepath
nconf.set('themes_path', path.resolve(__dirname, nconf.get('themes_path')));
nconf.set('core_templates_path', path.join(__dirname, 'src/views'));
nconf.set('base_templates_path', path.join(nconf.get('themes_path'), 'nodebb-theme-vanilla/templates'));
nconf.set('base_templates_path', path.join(nconf.get('themes_path'), 'nodebb-theme-persona/templates'));
if (!process.send) {
// If run using `node app`, log GNU copyright info along with server info