1
0

Add page_title to admin views. Closes #1038.

This commit is contained in:
Chad Kieffer 2010-04-30 00:27:19 -06:00
parent 1d32548f8b
commit 9e3c0c0884

View File

@ -93,6 +93,7 @@ class Admin_register_Controller extends Admin_Controller {
private function _get_admin_view($form, $errors) {
$v = new Admin_View("admin.html");
$v->page_title = t("User registration");
$v->content = new View("admin_register.html");
$v->content->action = "admin/register/update";
$v->content->policy_list =