X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=orgs.php;h=6e79970ab28e807e6e9d7b747e1afc8f12ea31f5;hb=824eac0454ad341f6b285c9159c69317772986ca;hp=272c9725b52144e5533ece7718546b4aca4e0669;hpb=aa36c490d2218814cb6faa20e31c10b5599d4483;p=contagged diff --git a/orgs.php b/orgs.php index 272c972..6e79970 100644 --- a/orgs.php +++ b/orgs.php @@ -6,9 +6,6 @@ tpl_std(); tpl_orgs(); //display templates - $smarty->display('header.tpl'); + header('Content-Type: text/html; charset=utf-8'); $smarty->display('orgs.tpl'); - $smarty->display('footer.tpl'); - - ?>