mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-31 05:53:14 +02:00
[ticket/11327] Adjust display of page title
PHPBB3-11327
This commit is contained in:
parent
276f350bcb
commit
fe030f67ef
@ -235,9 +235,6 @@ class reset_password
|
||||
'S_PROFILE_ACTION' => append_sid($this->root_path . 'ucp.' . $this->php_ext, 'mode=sendpassword'))
|
||||
);
|
||||
|
||||
//$this->tpl_name = 'ucp_remind';
|
||||
//$this->page_title = 'UCP_REMIND';
|
||||
|
||||
return $this->helper->render('ucp_remind.html', 'UCP_REMIND');
|
||||
return $this->helper->render('ucp_remind.html', $this->language->lang('UCP_REMIND'));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user