Set login form

1.10.x
Julio Montoya 10 years ago
parent 73560972ce
commit ee3e5b985a
  1. 6
      main/auth/lostPassword.php

@ -118,8 +118,10 @@ if (isset($_GET['reset']) && isset($_GET['id'])) {
} }
$tpl = new Template($tool_name); $controller = new IndexManager($tool_name);
//$tpl = new Template($tool_name);
$controller->set_login_form();
$tpl = $controller->tpl;
$tpl->assign('form', $formToString); $tpl->assign('form', $formToString);
$template = $tpl->get_template('auth/lost_password.tpl'); $template = $tpl->get_template('auth/lost_password.tpl');

Loading…
Cancel
Save