//////////////////////////////////////////////////////////////////////////////// // Fichier: liens_bouchon.php // Description: Liens du jeu du bouchon // Version: 1.0 // Date de création : 01/04/2009 // Auteur: Bibi //////////////////////////////////////////////////////////////////////////////// // Modifications: // 1.0 01/04/2009 Bibi Création //////////////////////////////////////////////////////////////////////////////// // Email: contact@multilude.com // Copyright(c) MultiLude. All rights reserved. //////////////////////////////////////////////////////////////////////////////// $lien_partie = MLUDE_link(CHEMIN_SITE.'index.php?j=10&page=1',IMG_BULLEROUGE.'[MbouchonDiv11M]').SP; $lien_classmt = MLUDE_link(CHEMIN_SITE.'index.php?j=10&page=3',IMG_CLASS.'[MbouchonDiv4M]').SP; $lien_regles = MLUDE_link(CHEMIN_SITE.'index.php?j=10&page=4',IMG_INSCR.'[MbouchonDiv12M]').SP; $lien_abandon = MLUDE_link(CHEMIN_SITE.'index.php?j=10&page=6',IMG_REJET.'[MbouchonDiv3M]').SP; $lien_bouchon = MLUDE_link(CHEMIN_SITE.'index.php?j=10',IMG_PREC.'[MnomJeu10M]').SP; ?> //////////////////////////////////////////////////////////////////////////////// // Fichier: liste_liens.inc.php // Description: Liste des liens de fin de page // Version: 1.0 // Date de création : 01/04/2009 // Auteur: Bibi //////////////////////////////////////////////////////////////////////////////// // Modifications: // 1.0 01/04/2009 Bibi Création //////////////////////////////////////////////////////////////////////////////// // Email: contact@multilude.com // Copyright(c) MultiLude. All rights reserved. //////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////// // Affichage des liens $liste_liens = ''; if(SUPPORT_J == 'web') $lien_abandon = ''; if($page == '1' || $page == '2' || $page == '7' || !empty($partie_encours)) $lien_partie = ''; if($page == '3') $lien_classmt = ''; if($page == '4') $lien_regles = ''; if($page == '6' || $page == '6a' || !empty($lien_partie) || IsSet($res_partie)) $lien_abandon = ''; $liste_liens = (PARTIES_DISPO > 0 && ($page != 1 && $page != 2)) ? $lien_partie : '' ; $liste_liens .= ($lien_partie == '') ? $lien_packs.SP : ''; $liste_liens .= $lien_abandon.$lien_classmt.$lien_regles.$lien_inverse.$lien_gal; ?>