]> git.sur5r.net Git - contagged/blobdiff - entry.php
changed layout, some HTML cleanup
[contagged] / entry.php
index 63e15e197573b14f4b518fb7833864d612c1c424..10d4661f0a61b637b8872ca49100814c9d60c4a1 100644 (file)
--- a/entry.php
+++ b/entry.php
     $smarty->display($template);
   }else{
     header('Content-Type: text/html; charset=utf-8');
-    $smarty->display('header.tpl');
-    $smarty->display('list_filter.tpl');
     $smarty->display($template);
-    $smarty->display('footer.tpl');
   }
 
   //--------------------------------------------------------------