summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-07-14 12:03:31 -0700
committerBharat Mediratta <bharat@menalto.com>2009-07-14 12:03:31 -0700
commit8cfb0677091a6bc7e666338fc15f2e23d8934f7c (patch)
tree8f7546e7f4ae7679fbfb10834748a150437e163b
parentc3f93957d7af6c6058582fcb1acbe5b8374a70ed (diff)
Revert "Remove the reference to organize.css is it is no longer used and is"
This reverts commit 31ffb82382d76390f1206944329dde86c687349c.
-rw-r--r--modules/organize/helpers/organize_theme.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/organize/helpers/organize_theme.php b/modules/organize/helpers/organize_theme.php
index 1c75e819..02f1f589 100644
--- a/modules/organize/helpers/organize_theme.php
+++ b/modules/organize/helpers/organize_theme.php
@@ -22,5 +22,6 @@ class organize_theme {
// @tdo remove the addition css and organize.js (just here to test)
$theme->script("modules/organize/js/organize_init.js");
$theme->script("modules/organize/js/organize.js");
+ $theme->css("modules/organize/css/organize.css");
}
}