X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=login.php;h=7df3d520cff04ffb03d4e27231e3bf633d88fea1;hb=3a9338fec7ce3f4c722906de20508ec1260839e2;hp=2bf41bcceaf89a7ca24f0b11ac5e8616c9abe149;hpb=77c283456020d1fda4bd127badfac238491edf78;p=contagged diff --git a/login.php b/login.php index 2bf41bc..7df3d52 100644 --- a/login.php +++ b/login.php @@ -1,25 +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'); -?>