summaryrefslogtreecommitdiff
path: root/modules/organize/helpers/organize_theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/organize/helpers/organize_theme.php')
-rw-r--r--modules/organize/helpers/organize_theme.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/organize/helpers/organize_theme.php b/modules/organize/helpers/organize_theme.php
index f01ab88b..e4feba2b 100644
--- a/modules/organize/helpers/organize_theme.php
+++ b/modules/organize/helpers/organize_theme.php
@@ -19,7 +19,8 @@
*/
class organize_theme {
static function head($theme) {
- //$theme->script("organize_init.js");
+ // @tdo remove the addition css and organize.js (just here to test)
+ $theme->script("organize_init.js");
$theme->script("organize.js");
$theme->css("organize.css");
}