. For more information, visit http://sourceforge.net/projects/ipreg, or contact me at wietsew@users.sourceforge.net *****************************************************************************/ // functions include("lib/functions.php"); // classes // db // load class require("lib/db.class.php"); // create instance $db = new Db($dblink); // user // load class require("lib/user.class.php"); // create instance $user = new User(); // tpl require_once('smarty3/Smarty.class.php'); $smarty = new Smarty(); $smarty->template_dir = 'tpl'; $smarty->compile_dir = 'tpl_c'; $smarty->registerPlugin('function', 'treelist', 'print_tree'); $smarty->assign("suser_tooltips", $_SESSION['suser_tooltips']); ?>