]> git.sur5r.net Git - contagged/blobdiff - help.php
more redesign and code cleanup
[contagged] / help.php
index 8aaa8f8e963553a9a7717c87e74e0ee73dc65110..dd933da204bcc2a1746e90e7e5fca3e38679566b 100644 (file)
--- a/help.php
+++ b/help.php
@@ -6,8 +6,6 @@
   tpl_std();
   //display templates
   header('Content-Type: text/html; charset=utf-8');
-  $smarty->display('header.tpl');
   $smarty->display('help.tpl');
-  $smarty->display('footer.tpl');
 
 ?>