summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-08-06 11:21:18 -0700
committerBharat Mediratta <bharat@menalto.com>2009-08-06 11:21:18 -0700
commit7ea05eacd7b8bd18d817996c5240b33b2a79fd18 (patch)
tree34d184c0108a905a9ddb8fd9dc8d944446257987 /modules/gallery/helpers
parentcd5c99668bf578561d978c2549330a338b775199 (diff)
parent7ed15ea481565b1364573a814c0529adaf9f2eb7 (diff)
Merge branch 'master' of git://github.com/talmdal/gallery3 into talmdal_branch
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 d3751b80..903827cc 100644
--- a/modules/gallery/helpers/gallery_theme.php
+++ b/modules/gallery/helpers/gallery_theme.php
@@ -78,6 +78,7 @@ class gallery_theme_Core {
}
static function admin_head($theme) {
+ $theme->script("gallery.panel.js");
$session = Session::instance();
if ($session->get("debug")) {
$theme->css("debug.css");