X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=login.php;h=7df3d520cff04ffb03d4e27231e3bf633d88fea1;hb=703a14ab8d76fbef5915e44fe7fc1952b7d65052;hp=f7ad08ec1d02c16886ba4aa109bfe49b7123a866;hpb=aa36c490d2218814cb6faa20e31c10b5599d4483;p=contagged diff --git a/login.php b/login.php index f7ad08e..7df3d52 100644 --- a/login.php +++ b/login.php @@ -1,26 +1,30 @@ -assign('msg',$msg); +//display templates +header('Content-Type: text/html; charset=utf-8'); +$smarty->display('login.tpl'); - //prepare templates - tpl_std(); - $smarty->assign('msg',$msg); - //display templates - $smarty->display('header.tpl'); - $smarty->display('login.tpl'); - $smarty->display('footer.tpl'); -?>