Example #1
0
function lostPassForm($option)
{
    global $mainframe;
    $mainframe->SetPageTitle(_PROMPT_PASSWORD);
    HTML_registration::lostPassForm($option);
}
Example #2
0
function lostPassForm($option)
{
    global $mainframe;
    $mainframe->SetPageTitle(T_('Lost your Password?'));
    HTML_registration::lostPassForm($option);
}