summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-11-06 07:02:55 -0800
committerTim Almdal <tnalmdal@shaw.ca>2009-11-06 07:02:55 -0800
commit44ae88e8e17713cab81a5cf08820e18896615196 (patch)
tree45ecb24e92cbd8454c67a4840eea8ae579ebe68f /modules/gallery/helpers
parent1faa2492952a54f0b80cce149ae42b59b91039df (diff)
parent04c10a0720b57bc4b6273ea7127d9880c2c28354 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r--modules/gallery/helpers/gallery_theme.php1
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")) {