diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-07-09 16:34:21 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-09 16:34:21 -0700 |
commit | ab5695ca575da4d5842d4c94924c3ee5c4a6faad (patch) | |
tree | f1bd718a2e78a747718c7666df5a79bcf27708db | |
parent | b1f93f358ab717ccd66ceadd51801fb0bc0db82f (diff) | |
parent | 31ffb82382d76390f1206944329dde86c687349c (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
-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"); } } |