';
}
/**
* The page to pick an option - secret question/answer (if set) or email
*/
function template_reminder_pick()
{
global $context, $txt, $scripturl;
echo '
';
}
/**
* Just a simple "We sent you an email. Click the link in it to continue." message
*/
function template_sent()
{
global $context;
echo '
' . $context['page_title'] . '
' . $context['description'] . '
';
}
/**
* Template for setting the new password
*/
function template_set_password()
{
global $context, $txt, $scripturl, $modSettings;
echo '
';
}
/**
* The page that asks a user to answer their secret question
*/
function template_ask()
{
global $context, $txt, $scripturl, $modSettings;
echo '
';
}
?>