// netejem inicis de sessió previs include_once( "_data/_php/_php__cleanSession.php" ); // carreguem la capçalera php include_once( "_data/_php/_php__header.php" ); // definim funcions comuns php include_once( "_data/_php/_php__common_functions.php" ); // llegim paràmetres de SESSIÓ o POST include_once( "_data/_php/_php__postvars.php" ); // en funció dels paràmetres carreguem variables de configuració include_once( "_data/_php/config.php" ); // carreguem els continguts de l'aplicació... include_once( "_data/_php/_php__loadXMLContents.php" ); ?>