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) {