diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-09 10:35:51 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-09 10:35:51 -0700 |
commit | 577a56603a68e176141272533dc86b405cecf469 (patch) | |
tree | 9043b47b63135dd657e6df7755cdc7db3ac03e45 /modules/organize/helpers | |
parent | ac56d84a098a3280addb5ee3763f82686dea5ab2 (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.php | 1 |
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"); } } |