summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_theme.php
diff options
context:
space:
mode:
authorChad Kieffer <ckieffer@gmail.com>2009-08-08 01:14:51 -0600
committerChad Kieffer <ckieffer@gmail.com>2009-08-08 01:14:51 -0600
commited6302a0adbdee604722ce93ad975a55e1d02397 (patch)
tree434fe1d24e827962b1d7204aad7a35cc932e87d1 /modules/gallery/helpers/gallery_theme.php
parent6357f3332b9bc33b10c11dc93b83ba9e72eec109 (diff)
parent828f6add509c26ee183b44b4ad4f927f34d04509 (diff)
Merge branch 'master' of git@github.com:bharat/gallery3
Diffstat (limited to 'modules/gallery/helpers/gallery_theme.php')
-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 8fe1c768..69c5a091 100644
--- a/modules/gallery/helpers/gallery_theme.php
+++ b/modules/gallery/helpers/gallery_theme.php
@@ -47,6 +47,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");