diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-27 07:47:55 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-27 07:47:55 +0000 |
commit | 2a9d48f8bb0acb75a2d8ed30eb85ae79f7933afa (patch) | |
tree | 943b578885b3c33c8f84623e523a00b70d0eaab7 /core/helpers/theme.php | |
parent | 47067c72ea1d282acf17b8731f826490fb1b6f53 (diff) |
Rename Admin_Themedetails -> Admin_Theme_Details
Diffstat (limited to 'core/helpers/theme.php')
-rw-r--r-- | core/helpers/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/theme.php b/core/helpers/theme.php index 174c5fbc..322468d5 100644 --- a/core/helpers/theme.php +++ b/core/helpers/theme.php @@ -39,7 +39,7 @@ class theme_Core { } static function get_edit_form_admin() { - $form = new Forge("admin/themedetails/save/", "", null, array("id" =>"gThemeDetailsForm")); + $form = new Forge("admin/theme_details/save/", "", null, array("id" =>"gThemeDetailsForm")); $group = $form->group("edit_theme"); $group->input("page_size")->label(t("Items per page"))->id("gPageSize")-> rules('required|valid_digit')-> |