diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-14 12:03:31 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-14 12:03:31 -0700 |
commit | 8cfb0677091a6bc7e666338fc15f2e23d8934f7c (patch) | |
tree | 8f7546e7f4ae7679fbfb10834748a150437e163b /modules | |
parent | c3f93957d7af6c6058582fcb1acbe5b8374a70ed (diff) |
Revert "Remove the reference to organize.css is it is no longer used and is"
This reverts commit 31ffb82382d76390f1206944329dde86c687349c.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/organize/helpers/organize_theme.php | 1 |
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"); } } |