summaryrefslogtreecommitdiff
path: root/themes/admin_default/views
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-01 00:06:52 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-01 00:06:52 +0000
commit11d2788af8111a036d2279563fe6a21f374b5b9c (patch)
treeb4aa53f6f17be74e9e90b9871d516939bf2e738c /themes/admin_default/views
parent3352ae6d10af6a0219f87f999804bdcaa8689e7f (diff)
Refactor common dialog JS code out into lib/gallery.dialog.js
Diffstat (limited to 'themes/admin_default/views')
-rw-r--r--themes/admin_default/views/admin.html.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/admin_default/views/admin.html.php b/themes/admin_default/views/admin.html.php
index a6311a31..541d4e35 100644
--- a/themes/admin_default/views/admin.html.php
+++ b/themes/admin_default/views/admin.html.php
@@ -18,9 +18,10 @@
<script src="<?= url::file("lib/jquery.js") ?>" type="text/javascript"></script>
<script src="<?= url::file("lib/jquery.form.js") ?>" type="text/javascript"></script>
<script src="<?= url::file("lib/jquery-ui.js") ?>" type="text/javascript"></script>
+ <script src="<?= url::file("lib/gallery.dialog.js") ?>" type="text/javascript"></script>
<script src="<?= $theme->url("js/superfish.js") ?>" type="text/javascript"></script>
- <?= $theme->admin_head() ?>
<script src="<?= $theme->url("js/ui.init.js") ?>" type="text/javascript"></script>
+ <?= $theme->admin_head() ?>
</head>
<body>