diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-29 06:08:50 -0700 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-29 06:08:50 -0700 | 
| commit | 42c82ef7f081630c15a5d354205896764348a76a (patch) | |
| tree | 81fcd4e1298a3b11d7f0b19e153999d5cacdb98d /modules/organize/helpers/organize_theme.php | |
| parent | d90e30c37881d4e715b2c798046830242e382d1c (diff) | |
Temporary checkin to allow merge with trunk... don't integrate
Diffstat (limited to 'modules/organize/helpers/organize_theme.php')
| -rw-r--r-- | modules/organize/helpers/organize_theme.php | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/organize/helpers/organize_theme.php b/modules/organize/helpers/organize_theme.php index cddc48b6..02f1f589 100644 --- a/modules/organize/helpers/organize_theme.php +++ b/modules/organize/helpers/organize_theme.php @@ -22,7 +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"); -    return "<link rel=\"stylesheet\" type=\"text/css\" href=\"" . -      url::file("modules/organize/css/organize.css") . "\" />"; +    $theme->css("modules/organize/css/organize.css");    }  }  | 
