forgot to add includes/MySmarty.class.php :(

moved a couple of things into an override of Smarty::display()
This commit is contained in:
Ryan Walberg 2012-11-26 02:30:26 +00:00
parent 137d715568
commit db7808688f
17 changed files with 61 additions and 53 deletions

View file

@ -50,11 +50,9 @@ if (!empty($_POST["username"])) {
}
$smarty->assign('username', $username);
$smarty->assign('opt', $smarty->opt());
$smarty->display('login.tpl');
}
else {
$smarty->assign('opt', $smarty->opt());
$smarty->display('login.tpl');
}
?>