Skip to content

Commit

Permalink
Add page_title to admin views. Closes #1038.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Kieffer committed Apr 30, 2010
1 parent 1d32548 commit 9e3c0c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/register/controllers/admin_register.php
Expand Up @@ -93,6 +93,7 @@ public function activate() {

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 =
Expand Down

0 comments on commit 9e3c0c0

Please sign in to comment.