]> git.sur5r.net Git - contagged/blobdiff - login.php
changed layout, some HTML cleanup
[contagged] / login.php
index a2d0a124f9c5676166531acf0a111371cb42f247..2bf41bcceaf89a7ca24f0b11ac5e8616c9abe149 100644 (file)
--- a/login.php
+++ b/login.php
@@ -21,7 +21,5 @@
   $smarty->assign('msg',$msg);
   //display templates
   header('Content-Type: text/html; charset=utf-8');
-  $smarty->display('header.tpl');
   $smarty->display('login.tpl');
-  $smarty->display('footer.tpl');
 ?>