diff options
-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"); } } |