summaryrefslogtreecommitdiff
path: root/core/helpers/theme.php
diff options
context:
space:
mode:
authorFelix Rabinovich <virshu@users.sourceforge.net>2009-01-10 22:04:49 +0000
committerFelix Rabinovich <virshu@users.sourceforge.net>2009-01-10 22:04:49 +0000
commit705c55fb798c97dfb398cad23670fce2f5e16fb4 (patch)
tree8b0c7128f53adcb1633f8f3c7888458cbbc98905 /core/helpers/theme.php
parent144f8c342b35b8940b93e5934f0c149266f5c313 (diff)
Submit theme values
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));