', $txt[194], '
', $txt['pswd4'], '
', $txt['smf100'], ':
'; } function template_sent() { global $context, $settings, $options, $txt, $scripturl; echo '
' . $context['page_title'] . '
' . $context['description'] . '
'; } function template_set_password() { global $context, $settings, $options, $txt, $scripturl; echo '
', $context['page_title'], '
', $txt[81], ':
', $txt[596], '
', $txt[82], ':
'; } function template_ask() { global $context, $settings, $options, $txt, $scripturl; echo '
', $txt[194], '
', $txt['pswd6'], '
', $txt['pswd1'], ': ', $context['secret_question'], '
', $txt['pswd2'], ':
', $txt[81], ':
', $txt[596], '
', $txt[82], ':
'; } ?>