More design work and bugfixes
This commit is contained in:
parent
3a10acd9d6
commit
b6704ccee4
17 changed files with 244 additions and 143 deletions
|
@ -73,6 +73,6 @@ if($_POST['username']!='' && $_POST['password']!=''){
|
|||
}else{
|
||||
$tpl->assign('config',$config);
|
||||
$content=$tpl->fetch('login.tpl');
|
||||
$core->make_page($content, true);
|
||||
$core->make_page($content, FALSE);
|
||||
}
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue