Task #4359 : Multiecran

This commit is contained in:
sparkyx 2005-07-04 20:28:46 +00:00
parent 3794344a49
commit dc4e553bcf
3 changed files with 10 additions and 3 deletions

View file

@ -23,6 +23,8 @@ include("user_menu.php");
include_once ("constant.php");
include_once("jrn.php");
include_once("user_common.php");
include_once("class_widget.php");
html_page_start($_SESSION['use_theme']);
if ( ! isset ( $_SESSION['g_dossier'] ) ) {
@ -63,3 +65,4 @@ ShowMenuCompta($_SESSION['g_dossier']);
}
echo '</DIV>';
?>