diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 16:53:54 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-25 16:53:54 -0600 |
commit | c5faa3560e53fa8547199f60545ba550c2c60345 (patch) | |
tree | ec1aad8bf94ee150756756a0ea2b5aea288ce15a /modules/gallery/helpers/gallery_theme.php | |
parent | a5d2af336a94c4cf4fd1a5732b3f64197a3f2dd2 (diff) |
Created gallery.css file, moved simple uploader, move, and permissions CSS there. Removed relocated styles from theme css.
Diffstat (limited to 'modules/gallery/helpers/gallery_theme.php')
-rw-r--r-- | modules/gallery/helpers/gallery_theme.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gallery/helpers/gallery_theme.php b/modules/gallery/helpers/gallery_theme.php index a342b4bd..05b8f59a 100644 --- a/modules/gallery/helpers/gallery_theme.php +++ b/modules/gallery/helpers/gallery_theme.php @@ -21,6 +21,7 @@ class gallery_theme_Core { static function head($theme) { $session = Session::instance(); $buf = ""; + $theme->css("gallery.css"); if ($session->get("debug")) { $theme->css("debug.css"); } |