]> git.sur5r.net Git - contagged/blobdiff - orgs.php
weighted tagcloud
[contagged] / orgs.php
index 272c9725b52144e5533ece7718546b4aca4e0669..6e79970ab28e807e6e9d7b747e1afc8f12ea31f5 100644 (file)
--- 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');
-
-
 ?>