]> git.sur5r.net Git - contagged/blobdiff - orgs.php
Version 0.6
[contagged] / orgs.php
index aaefcd06fd1dd2d57d5c8929331aa9d7c47b0d58..0f6426ce80a23568d2228a93cb66749a5b821d6b 100644 (file)
--- a/orgs.php
+++ b/orgs.php
@@ -1,5 +1,5 @@
 <?
-  require_once('init.php');
+  require_once('inc/init.php');
   ldap_login();
 
   //prepare templates
@@ -7,10 +7,5 @@
   tpl_orgs();
   //display templates
   header('Content-Type: text/html; charset=utf-8');
-  $smarty->display('header.tpl');
-  $smarty->display('list_filter.tpl');
   $smarty->display('orgs.tpl');
-  $smarty->display('footer.tpl');
-
-
 ?>