]> git.sur5r.net Git - contagged/blob - help.php
initial checkin
[contagged] / help.php
1 <?
2   require_once('init.php');
3   ldap_login();
4
5   //prepare templates
6   tpl_std();
7   //display templates
8   $smarty->display('header.tpl');
9   $smarty->display('help.tpl');
10   $smarty->display('footer.tpl');
11
12 ?>