Check(); include_once ("postgres.php"); echo_debug(__FILE__,__LINE__,"user is $g_user"); $rep=DbConnect(); include_once ("class_user.php"); $User=new cl_user($rep); $User->Check(); $rep=DbConnect(); include_once ("class_user.php"); $User=new cl_user($rep); $User->Check(); // We don't check permissions here in fact, permission are tested in the // functions // Show the top menus include_once ("user_menu.php"); include_once ("top_menu_compta.php"); ShowMenuCompta($g_dossier,$g_UserProperty); // Show the right menus // ShowMenuComptaRight($g_dossier,$g_UserProperty); $left_menu=ShowMenuAdvanced(); echo $left_menu; html_page_stop(); ?>