summaryrefslogtreecommitdiff
path: root/modules/organize/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-07-09 10:35:51 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-07-09 10:35:51 -0700
commit577a56603a68e176141272533dc86b405cecf469 (patch)
tree9043b47b63135dd657e6df7755cdc7db3ac03e45 /modules/organize/helpers
parentac56d84a098a3280addb5ee3763f82686dea5ab2 (diff)
Remove the reference to organize.css is it is no longer used and is
producing errors in the log.
Diffstat (limited to 'modules/organize/helpers')
-rw-r--r--modules/organize/helpers/organize_theme.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/organize/helpers/organize_theme.php b/modules/organize/helpers/organize_theme.php
index 02f1f589..1c75e819 100644
--- a/modules/organize/helpers/organize_theme.php
+++ b/modules/organize/helpers/organize_theme.php
@@ -22,6 +22,5 @@ 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");
}
}