From 705c55fb798c97dfb398cad23670fce2f5e16fb4 Mon Sep 17 00:00:00 2001 From: Felix Rabinovich Date: Sat, 10 Jan 2009 22:04:49 +0000 Subject: Submit theme values --- core/helpers/theme.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/helpers') 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)); -- cgit v1.2.3