phpUserTrack
[ class tree: phpUserTrack ] [ index: phpUserTrack ] [ all elements ]

Source for file help.php

Documentation is available at help.php

  1. <?php
  2.     require_once './include/version.php';
  3.     require_once './lib/core.php';
  4.     
  5.     require('smarty/libs/Smarty.class.php');
  6. $smarty = new Smarty();
  7.  
  8. $smarty->plugins_dir[] = 'include';
  9. require_once $smarty->_get_plugin_filepath('function', 'html_doctype');
  10.  
  11. try {
  12.     $login = new login(true);
  13.     $smarty->assign('login', $login);
  14. } catch (LoginException $e) {
  15.     header( 'Location: login.php' ) ;
  16. } 
  17.  
  18. $smarty->assign('notifMsg', $notify);
  19.  
  20. $smarty->display('header.tpl');
  21. $smarty->display('help.tpl');
  22. $smarty->display('footer.tpl');
  23.  
  24. ?>

Documentation generated on Tue, 06 Nov 2007 09:21:52 -0800 by phpDocumentor 1.4.0a2