diff options
author | Felix Rabinovich <virshu@users.sourceforge.net> | 2009-01-22 02:59:19 +0000 |
---|---|---|
committer | Felix Rabinovich <virshu@users.sourceforge.net> | 2009-01-22 02:59:19 +0000 |
commit | 37340bd7f618b1d7e82f92f432823681e0253993 (patch) | |
tree | 56c007b92294c1644b50939abdc1c90b55f2c25d | |
parent | cd86c4ee774f826f9548ddcd9b8f50db4462e68f (diff) |
Theme details. Save values 2
-rw-r--r-- | core/controllers/admin_themedetails.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/controllers/admin_themedetails.php b/core/controllers/admin_themedetails.php index 01054e36..4efcc77b 100644 --- a/core/controllers/admin_themedetails.php +++ b/core/controllers/admin_themedetails.php @@ -35,7 +35,11 @@ class Admin_Themedetails_Controller extends Admin_Controller { module::set_var("core", $key, $value); } } + message::success(t("Updated theme details")); + } else { + message::error(t("Error updating theme details")); } + url::redirect("admin/themedetails"); } } |