diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-05 21:35:40 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-11-05 21:35:40 -0800 |
commit | 6984737a542d759cbde967341ff3eca9ce20a3ba (patch) | |
tree | 1a4239eddfea2a62bd596abdebe1c56a4833ebaf /modules/gallery/helpers | |
parent | 8ac7a5c0d32320c74f5f0c84cf43165265786c93 (diff) |
Clean up problem with cancelling the inplace edit left a whole bunch of css artifacts.
Diffstat (limited to 'modules/gallery/helpers')
-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 3fcaca67..0682d4ae 100644 --- a/modules/gallery/helpers/gallery_theme.php +++ b/modules/gallery/helpers/gallery_theme.php @@ -61,6 +61,7 @@ class gallery_theme_Core { } static function admin_head($theme) { + $theme->css("gallery.css"); $theme->script("gallery.panel.js"); $session = Session::instance(); if ($session->get("debug")) { |