X-Git-Url: https://git.sur5r.net/?p=contagged;a=blobdiff_plain;f=help.php;h=3efcf4dcd16d77b82310663b7d4a8c877a0c1d29;hp=8aaa8f8e963553a9a7717c87e74e0ee73dc65110;hb=HEAD;hpb=3dcc26f728beaeee605bad5e641759c74d83732e diff --git a/help.php b/help.php index 8aaa8f8..3efcf4d 100644 --- a/help.php +++ b/help.php @@ -1,13 +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'); ?>