Change menu

This commit is contained in:
sparkyx 2008-01-17 19:44:31 +00:00
parent 2419b53aeb
commit ae419edce5
11 changed files with 96 additions and 85 deletions

View file

@ -29,7 +29,7 @@ include_once ("postgres.php");
$Rep=DbConnect();
include_once ("class_user.php");
require_once('class_dossier.php');
require_once ('class_widget.php');
$cn=DbConnect();
/* if the dossier is not set then we have to connect to the
@ -75,7 +75,8 @@ if ( isset ($_REQUEST['gDossier']) )
if ( $_REQUEST['gDossier'] != 0 )
{
echo '<div class="u_tmenu">';
echo ShowMenuCompta();
// echo ShowMenuCompta();
echo menu_tool('pref');
echo "</div>";
}
}