diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-06-29 19:56:52 -0700 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-06-29 19:56:52 -0700 |
commit | 06172ecdb9e7a4acf158387c4804b6424e8b1b15 (patch) | |
tree | 27e6e161eab1da274623634d7e511048b22b13cb /modules/organize/helpers | |
parent | 333c9d47e30125bcd7092adacedabaf1fcb417b6 (diff) | |
parent | 8af19c0625eca7cd7360ebc1036cd654bdf88145 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/organize/helpers')
-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"); } } |