__LangSwechSwitchAdmin($Connection); $langues=$lang->__lange($Connection); include('langues/'.$langues.'.php'); //include information site web from Data Base --------------- $DataSiteWeb=$Connection->__SelectItem('parametres','Nom'.$var,'id',0,''); include 'funs/function.php'; __notsetsession(); if(!isset($_GET['action'])){$menu=1; $action='';}else{$menu=0; $action=$_GET['action'];} if(isset($_GET['action']) && !empty($_GET['action'])) {$action=__make_safe_input($_GET['action']);}else{$action='';} $anas=''; if(!isset($_GET['type']) || empty($_GET['type'])){$type=0;}else{$type=$_GET['type'];} $query='SELECT id,insertdate FROM comments where comments.etat=0'; $reponse = $Connection->requete($query); $commentcount=$Connection->compteur($reponse); $commentco= $Connection->fetch($reponse); ?>