Check(); // Met a jour le theme utilisateur (style) if ( isset ( $_POST['style_user']) ) { $User->update_global_pref('THEME',$_POST['style_user']); $_SESSION['g_theme']=$_POST['style_user']; } html_page_start($_SESSION['g_theme']); // Met a jour le pagesize if ( isset ( $_POST['p_size']) ) { $User->update_global_pref('PAGESIZE',$_POST['p_size']); $_SESSION['g_pagesize']=$_POST['p_size']; } // show the top menu depending of the use_style // comta style include_once ("user_menu.php"); if ( isset ($_SESSION['g_dossier']) ) { if ( $_SESSION['g_dossier'] != 0 ) ShowMenuCompta($_SESSION['g_dossier']); } echo '
'; if ( isset ($_POST['spass']) ) { if ( $_POST['pass_1'] != $_POST['pass_2'] ) { ?>

Password

"; foreach ($style as $st){ if ( $st == $_SESSION['g_theme'] ) { $disp_style.='