mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11327] Adjust display of page title
PHPBB3-11327
This commit is contained in:
parent
276f350bcb
commit
fe030f67ef
1 changed files with 1 additions and 4 deletions
|
@ -235,9 +235,6 @@ class reset_password
|
||||||
'S_PROFILE_ACTION' => append_sid($this->root_path . 'ucp.' . $this->php_ext, 'mode=sendpassword'))
|
'S_PROFILE_ACTION' => append_sid($this->root_path . 'ucp.' . $this->php_ext, 'mode=sendpassword'))
|
||||||
);
|
);
|
||||||
|
|
||||||
//$this->tpl_name = 'ucp_remind';
|
return $this->helper->render('ucp_remind.html', $this->language->lang('UCP_REMIND'));
|
||||||
//$this->page_title = 'UCP_REMIND';
|
|
||||||
|
|
||||||
return $this->helper->render('ucp_remind.html', 'UCP_REMIND');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue