// // This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License. // // To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/1.0/ // // or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA. // // Francais (brouillon): http://creativecommons.org/projects/international/fr/translated-license // ////////////////////////////////////////////////////////////////////////////////////////////////////// // Fiche d'un membre // v0.1.2 include_once("head.php"); $m = $membres->get($_GET["id"]); $grp = $groupes->get($m["groupe"]); $quotas = $membres->get_quotas($m["id"]); $f = array_flip($ecrits->fuseaux); $fuseau = $f[$m["fuseau"]]; $page.= "

Informations:

Chiffres:

"; if($quotas[journaux] != 0) { $page.= '

Journaux:

"; } $page.= '

Modifier ce membre - Supprimer ce membre

Se connecter à l\'espace membre avec ce membre (Ceci va vous déconnecter de votre espace admin)

'; page("Membre: ".$m["pseudo"],$page); ?>