summaryrefslogtreecommitdiff
path: root/modules/gallery/controllers/admin_theme_options.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-12-05 12:01:02 -0800
committerBharat Mediratta <bharat@menalto.com>2009-12-05 12:01:02 -0800
commit145ec2f38f471bcc9fe49c6224bf4fc4af03f524 (patch)
treeaa97e91dc7b9e1a133e32cc9eec58360601b0990 /modules/gallery/controllers/admin_theme_options.php
parent03ea1ee701986d76738778f475d3ec1b01755e65 (diff)
parentf4810345b48d321460d32481e5665ea4602c9207 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/controllers/admin_theme_options.php')
-rw-r--r--modules/gallery/controllers/admin_theme_options.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/gallery/controllers/admin_theme_options.php b/modules/gallery/controllers/admin_theme_options.php
index 9de54c78..6297e4aa 100644
--- a/modules/gallery/controllers/admin_theme_options.php
+++ b/modules/gallery/controllers/admin_theme_options.php
@@ -64,7 +64,8 @@ class Admin_Theme_Options_Controller extends Admin_Controller {
url::redirect("admin/theme_options");
} else {
$view = new Admin_View("admin.html");
- $view->content = $form;
+ $view->content = new View("admin_theme_options.html");
+ $view->content->form = $form;
print $view;
}
}