box['boxconnected'] = NULLSTR; $tpl->box['notifylink']= NULLSTR; if($_USER['userstatus'] > 1) { if(!isset($_REQUEST['p'])) $_REQUEST['p'] = NULLSTR; switch ($_REQUEST['p']) { case "profile": include("profile_options.php"); break; case "infoperso": include("profile_perso.php"); break; case "pm": include("profile_pm.php"); break; case "mdp": include("profile_mdp.php"); break; case "notify": include("profile_notify.php"); break; default: include("profile_accueil.php"); break; } } else $tpl->box['profilcontent']=$tpl->gettemplate("profil","idrequired"); if($_FORUMCFG['usemails']=="Y" && $_FORUMCFG['mailnotify']=="Y") $tpl->box['notifylink']=$tpl->gettemplate("profil","notifylink"); $cache.=$tpl->gettemplate("profil","profilaccueil"); $tps = number_format(get_microtime() - $tps_start,4); $cache.=$tpl->gettemplate("baspage","endhtml"); $tpl->output($cache); ?>