summaryrefslogtreecommitdiff
path: root/core/helpers/theme.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/helpers/theme.php')
-rw-r--r--core/helpers/theme.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/helpers/theme.php b/core/helpers/theme.php
index 65e1eb20..1d3e4a8f 100644
--- a/core/helpers/theme.php
+++ b/core/helpers/theme.php
@@ -39,7 +39,8 @@ class theme_Core {
}
public static function get_edit_form_admin($theme) {
- $form = new Forge("admin/themes/edit/{$theme->id}/bogus");
+ $form = new Forge("admin/themes/edit/{$theme->id}",
+ '', null, array("id" =>"gThemeDetailsForm"));
$group = $form->group("edit_theme")->label($theme->description);
$group->input("page_size")->label(t("Items per page"))->id("gPageSize")->
value(self::_get_var($theme->id, "page_size", 90));