summaryrefslogtreecommitdiff
path: root/modules/organize/helpers/organize_theme.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-08-05 09:23:32 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-08-05 09:23:32 -0700
commit397468c47b8fc3fefeb54ff19a73980ed1dd8c20 (patch)
tree1dd6668463cecb755325f0644945897bdbe98423 /modules/organize/helpers/organize_theme.php
parente37526f94df74a52a9cf36f0a5a5e641958ebbb3 (diff)
Revert "Checkpoint the organize module rewrite. At this point, it doesn't really do"
This reverts commit a25f08d433d504a53763feb358a1aa7f5f798de6.
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");
}