X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=login.php;h=7df3d520cff04ffb03d4e27231e3bf633d88fea1;hb=142455a5757a019e6c1bc46a2d4ec1aab344dad3;hp=1e4b0d0e5ace54cd55f41f657ba817110e35ecb4;hpb=49b2955320c19e4e23097c66e438e51fdc70fc58;p=contagged diff --git a/login.php b/login.php index 1e4b0d0..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 - header('Content-Type: text/html; charset=utf-8'); - $smarty->display('login.tpl'); -?>