From f1076590f15f5dc55b164e2b22688a51c805265e Mon Sep 17 00:00:00 2001 From: ckieffer Date: Fri, 30 Apr 2010 00:08:37 -0600 Subject: Add page_title to admin views. Closes #1038. --- modules/recaptcha/controllers/admin_recaptcha.php | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/recaptcha') diff --git a/modules/recaptcha/controllers/admin_recaptcha.php b/modules/recaptcha/controllers/admin_recaptcha.php index 3f2959a5..264d3177 100644 --- a/modules/recaptcha/controllers/admin_recaptcha.php +++ b/modules/recaptcha/controllers/admin_recaptcha.php @@ -51,6 +51,7 @@ class Admin_Recaptcha_Controller extends Admin_Controller { recaptcha::check_config(); $view = new Admin_View("admin.html"); + $view->page_title = t("reCAPTCHA"); $view->content = new View("admin_recaptcha.html"); $view->content->public_key = module::get_var("recaptcha", "public_key"); $view->content->private_key = module::get_var("recaptcha", "private_key"); -- cgit v1.2.3