summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/theme.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-11 12:50:50 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-11 12:50:50 -0700
commit0b23433d947bb986db9b1d5775631306e23ed1f4 (patch)
treea370eb2ee29dbedca46c65709d5fa101f74f7e65 /modules/gallery/helpers/theme.php
parentd77f3a9ef03bddf93b05808a9dfe07491e148f51 (diff)
Rename theme_details to theme_options. These changes got left out of
68fd196d66e2d21f571ff3b5a673f18cd129abf9 leaving us in a temporarily broken state.
Diffstat (limited to 'modules/gallery/helpers/theme.php')
-rw-r--r--modules/gallery/helpers/theme.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/theme.php b/modules/gallery/helpers/theme.php
index af340db6..0a43f25c 100644
--- a/modules/gallery/helpers/theme.php
+++ b/modules/gallery/helpers/theme.php
@@ -40,7 +40,7 @@ class theme_Core {
}
static function get_edit_form_admin() {
- $form = new Forge("admin/theme_details/save/", "", null, array("id" =>"gThemeDetailsForm"));
+ $form = new Forge("admin/theme_options/save/", "", null, array("id" =>"gThemeOptionsForm"));
$group = $form->group("edit_theme");
$group->input("page_size")->label(t("Items per page"))->id("gPageSize")
->rules("required|valid_digit")