email = $email; $this->key = $key; } protected function html_content() { echo '

Password reset procedure

'; foreach ($this->_subtemplates as $template) $template->html_main(); echo '

You have successfully confirmed your identify. Please use the form below to set a new password.

'; } }