nov. 23, 2004 session_start(); include_once ("config/config.php"); if ($_REQUEST['lang']) { $_SESSION['sess_lang']=$_REQUEST['lang']; } include ("themes/".$setts['default_theme']."/header.php"); include ("config/lang/".$_REQUEST['lang']."/site.lang"); $link = getenv("HTTP_REFERER"); echo "

".$lang[loading]."

"; echo ""; include ("themes/".$setts['default_theme']."/footer.php"); ?>