From 33868804fd9e3738fdfc7e432d8d475fc5f6cffe Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Thu, 21 Nov 2013 16:55:31 -0500 Subject: [PATCH] fixed #517 --- public/templates/admin/groups.tpl | 4 +--- src/meta.js | 4 +++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/templates/admin/groups.tpl b/public/templates/admin/groups.tpl index 5b53c2c65f..269c104bea 100644 --- a/public/templates/admin/groups.tpl +++ b/public/templates/admin/groups.tpl @@ -17,9 +17,7 @@
diff --git a/src/meta.js b/src/meta.js index 9b09959c62..572e17a606 100644 --- a/src/meta.js +++ b/src/meta.js @@ -102,7 +102,9 @@ var utils = require('./../public/src/utils.js'), var themeData = { 'theme:type': data.type, 'theme:id': data.id, - 'theme:staticDir': '' + 'theme:staticDir': '', + 'theme:templates': '', + 'theme:src': '' }; switch(data.type) {