summaryrefslogtreecommitdiff
path: root/core/controllers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-27 07:47:55 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-27 07:47:55 +0000
commit2a9d48f8bb0acb75a2d8ed30eb85ae79f7933afa (patch)
tree943b578885b3c33c8f84623e523a00b70d0eaab7 /core/controllers
parent47067c72ea1d282acf17b8731f826490fb1b6f53 (diff)
Rename Admin_Themedetails -> Admin_Theme_Details
Diffstat (limited to 'core/controllers')
-rw-r--r--core/controllers/admin_theme_details.php (renamed from core/controllers/admin_themedetails.php)4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/controllers/admin_themedetails.php b/core/controllers/admin_theme_details.php
index 347c0911..6ef28ef9 100644
--- a/core/controllers/admin_themedetails.php
+++ b/core/controllers/admin_theme_details.php
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
*/
-class Admin_Themedetails_Controller extends Admin_Controller {
+class Admin_Theme_Details_Controller extends Admin_Controller {
public function index() {
$view = new Admin_View("admin.html");
$view->content = theme::get_edit_form_admin();
@@ -31,7 +31,7 @@ class Admin_Themedetails_Controller extends Admin_Controller {
module::set_var("core", "thumb_size", $form->edit_theme->thumb_size->value);
module::set_var("core", "resize_size", $form->edit_theme->resize_size->value);
message::success(t("Updated theme details"));
- url::redirect("admin/themedetails");
+ url::redirect("admin/theme_details");
} else {
$view = new Admin_View("admin.html");
$view->content = $form;