summaryrefslogtreecommitdiff
path: root/modules/organize/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-29 06:08:50 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-29 06:08:50 -0700
commit42c82ef7f081630c15a5d354205896764348a76a (patch)
tree81fcd4e1298a3b11d7f0b19e153999d5cacdb98d /modules/organize/helpers
parentd90e30c37881d4e715b2c798046830242e382d1c (diff)
Temporary checkin to allow merge with trunk... don't integrate
Diffstat (limited to 'modules/organize/helpers')
-rw-r--r--modules/organize/helpers/organize_theme.php3
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");
}
}