X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=help.php;h=3efcf4dcd16d77b82310663b7d4a8c877a0c1d29;hb=96e1dfc069de2d74d1d7a0b85576bf948023ffef;hp=eaa581754e394a4b898bcebe76ed01f9e8cc71ef;hpb=aa36c490d2218814cb6faa20e31c10b5599d4483;p=contagged diff --git a/help.php b/help.php index eaa5817..3efcf4d 100644 --- a/help.php +++ b/help.php @@ -1,12 +1,11 @@ -display('header.tpl'); - $smarty->display('help.tpl'); - $smarty->display('footer.tpl'); +//prepare templates +tpl_std(); +//display templates +header('Content-Type: text/html; charset=utf-8'); +$smarty->display('help.tpl'); ?>