]> git.sur5r.net Git - contagged/blobdiff - orgs.php
help formatting
[contagged] / orgs.php
index 272c9725b52144e5533ece7718546b4aca4e0669..0f6426ce80a23568d2228a93cb66749a5b821d6b 100644 (file)
--- a/orgs.php
+++ b/orgs.php
@@ -1,14 +1,11 @@
 <?
-  require_once('init.php');
+  require_once('inc/init.php');
   ldap_login();
 
   //prepare templates
   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');
-
-
 ?>