From 2a9d48f8bb0acb75a2d8ed30eb85ae79f7933afa Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 27 Jan 2009 07:47:55 +0000 Subject: Rename Admin_Themedetails -> Admin_Theme_Details --- core/helpers/core_menu.php | 4 ++-- core/helpers/theme.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'core/helpers') diff --git a/core/helpers/core_menu.php b/core/helpers/core_menu.php index 0fbf59d5..cbd417fa 100644 --- a/core/helpers/core_menu.php +++ b/core/helpers/core_menu.php @@ -39,7 +39,7 @@ class core_menu_Core { ->id("edit_item") ->label($item->type == "album" ? t("Edit album") : t("Edit photo")) ->url(url::site("form/edit/{$item->type}s/$item->id")))); - + // @todo Move album options menu to the album quick edit pane // @todo Create resized item quick edit pane menu if ($item->type == "album") { @@ -129,7 +129,7 @@ class core_menu_Core { ->append(Menu::factory("link") ->id("theme_details") ->label(t("Theme Details")) - ->url(url::site("admin/themedetails")))) + ->url(url::site("admin/theme_details")))) ->append(Menu::factory("submenu") ->id("users_groups_menu") ->label(t("Users/Groups"))) 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')-> -- cgit v1.2.3