. */ /** * @brief French welcome page * * @file * @author Loïc Vinet * @author Claire Figueras * @date $date$ * @version $Revision$ * @ingroup apps */ $_SESSION['FOLDER']['SEARCH'] = array(); $core_tools = new core_tools(); $_SESSION['location_bar']['level2']['path'] = ""; $_SESSION['location_bar']['level2']['label'] = ""; $_SESSION['location_bar']['level2']['id'] = ""; $_SESSION['location_bar']['level3']['path'] = ""; $_SESSION['location_bar']['level3']['label'] = ""; $_SESSION['location_bar']['level3']['id'] = ""; $_SESSION['location_bar']['level4']['path'] = ""; $_SESSION['location_bar']['level4']['label'] = ""; $_SESSION['location_bar']['level4']['id'] = ""; $core_tools->manage_location_bar(); ?>

execute_app_services($_SESSION['app_services'], "welcome.php"); $core_tools->execute_modules_services($_SESSION['modules_services'], 'welcome', "include"); ?>