|
|
|
@ -108,7 +108,6 @@ module.exports = function(Meta) {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
Meta.themes.setPath = function(themeObj) {
|
|
|
|
|
console.log(themeObj);
|
|
|
|
|
// Theme's templates path
|
|
|
|
|
var themePath = nconf.get('base_templates_path'),
|
|
|
|
|
fallback = path.join(nconf.get('themes_path'), themeObj.id, 'templates');
|
|
|
|
|