Problème index.php
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet
J'ai un problème pour la construction de l'index :

Comment résoudre cela ?
Merci d'avance
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet
KONA Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre KONA
- Inscrit le : 21/05/2006
- Site internet
de quel traits tu parle ?
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet

Voici mon index :
Code PHP :
<?php //Path racine du site define('PATH_TO_ROOT', '.'); //Chargement des fonctions: l'environnement général du portail require_once PATH_TO_ROOT . '/kernel/begin.php'; //titre de la page manuelpour eviter les doublons avec une autre page. define('TITLE', ''); //Haut de page require_once PATH_TO_ROOT . '/kernel/header.php'; ## Début du contenu de la page ## ?> <!-- Edito --> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Pétanque Corbigeoise</span> </strong> </div> </th> </tr> <tr> <td align="center" style="height:80px; padding-left:20px;"> Bienvenue sur le site officiel de la Pétanque Corbigeoise, le site a pour but de vous informer sur le club et ses joueurs ainsi que sur les résultats des concours de la Nièvre et des manifestations. Bonne visite a tous et n'hésitez pas à nous contacter si besoin! </td> </tr> </table> <table width="100%" border="0" cellspacing="9" cellpadding="0" align="center"> <tr> <td width="600"> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;">Dernieres News</span></strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div class="news_container"> <div style="float:left;padding-left:30px;"> <a href="syndication33df.html?m=news"></a> </div> <br/> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('news', DEFAULT_FEED_NAME, 0, false, 10); ?> </ul> </div> </div> <div style="float:left;padding-left:30px;"> <a href="news/news.php">Plus de News </a> </div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </td> </tr> </table> </td> <td width="600"> <table class="module_table" style="" width="100%" height="100"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Derniers Articles</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div class="news_container"> <div style="float:left;padding-left:30px;"> <a href="syndication1ab7.html?m=articles"></a> </div> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('articles', DEFAULT_FEED_NAME, 0, false, 10); ?> </ul> </div> </div> <div style="float:left;padding-left:30px;"> <a href="articles/articles.php">Plus d'articles </a> </div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </td> </tr> </table> </td> </tr> </table> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Chers amis pétanqueurs,</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div align="left"> Mot du président </div> </td> </tr> </table> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;">Titre</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <table class="blocder" align="right" border="0" cellpadding="4" cellspacing="0"> <tbody> <tr> <td valign="top"> </td> </tr> </tbody> </table> <div style="float:left;padding-left:30px;"> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> Contenu </ul> </div> </td> </tr> </table> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"><strong> <span style="font-size: 10px;"> Infos club</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <table class="blocder" align="right" border="0" cellpadding="4" cellspacing="0"> <tbody> <tr> <td valign="top"> </td> </tr> </tbody> </table> </td> </tr> </table> </div> </div> <?php ## Fin du contenu de la page ## //Bas de page require_once PATH_TO_ROOT . '/kernel/footer.php'; ?>
Voici le tpl (je suppose que tu parlais du footer) :
Code TPL :
</div></div></div> <div class="main_bottom_l"></div> <div class="main_bottom_r"></div> <div class="main_bottom"></div> </div> # IF C_MENUS_BOTTOM_CENTRAL_CONTENT # <div id="bottom_contents"> {MENUS_BOTTOMCENTRAL_CONTENT} </div> # ENDIF # </div> # IF C_MENUS_TOP_FOOTER_CONTENT # <div id="top_footer"> {MENUS_TOP_FOOTER_CONTENT} <div class="spacer"></div> </div> # ENDIF # <div id="footer"> # IF C_MENUS_FOOTER_CONTENT # {MENUS_FOOTER_CONTENT} # ENDIF # <span> {L_POWERED_BY} <a style="font-size:10px" href="http://www.phpboost.com" title="PHPBoost">PHPBoost {PHPBOOST_VERSION}</a> {L_PHPBOOST_RIGHT} </span> # IF C_DISPLAY_BENCH # <span> {L_ACHIEVED} {BENCH}{L_UNIT_SECOND} - {REQ} {L_REQ} </span> # ENDIF # # IF C_DISPLAY_AUTHOR_THEME # <span> | {L_THEME} {L_THEME_NAME} {L_BY} <a href="{U_THEME_AUTHOR_LINK}" style="font-size:10px;">{L_THEME_AUTHOR}</a> </span> # ENDIF # </div> </div> </body> </html>
KONA Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre KONA
- Inscrit le : 21/05/2006
- Site internet
Code PHP :
<?php //Path racine du site define('PATH_TO_ROOT', '.'); //Chargement des fonctions: l'environnement général du portail require_once PATH_TO_ROOT . '/kernel/begin.php'; //titre de la page manuelpour eviter les doublons avec une autre page. define('TITLE', ''); //Haut de page require_once PATH_TO_ROOT . '/kernel/header.php'; ## Début du contenu de la page ## ?> <!-- Edito --> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Pétanque Corbigeoise</span> </strong> </div> </th> </tr> <tr> <td align="center" style="height:80px; padding-left:20px;"> Bienvenue sur le site officiel de la Pétanque Corbigeoise, le site a pour but de vous informer sur le club et ses joueurs ainsi que sur les résultats des concours de la Nièvre et des manifestations. Bonne visite a tous et n'hésitez pas à nous contacter si besoin! </td> </tr> </table> <table width="100%" border="0" cellspacing="9" cellpadding="0" align="center"> <tr> <td width="600"> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;">Dernieres News</span></strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div class="news_container"> <div style="float:left;padding-left:30px;"> <a href="syndication33df.html?m=news"></a> </div> <br/> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('news', DEFAULT_FEED_NAME, 0, false, 10); ?> </ul> </div> </div> <div style="float:left;padding-left:30px;"> <a href="news/news.php">Plus de News </a> </div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </td> </tr> </table> </td> <td width="600"> <table class="module_table" style="" width="100%" height="100"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Derniers Articles</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div class="news_container"> <div style="float:left;padding-left:30px;"> <a href="syndication1ab7.html?m=articles"></a> </div> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('articles', DEFAULT_FEED_NAME, 0, false, 10); ?> </ul> </div> </div> <div style="float:left;padding-left:30px;"> <a href="articles/articles.php">Plus d'articles </a> </div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </td> </tr> </table> </td> </tr> </table> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Chers amis pétanqueurs,</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div align="left"> Mot du président </div> </td> </tr> </table> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;">Titre</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <table class="blocder" align="right" border="0" cellpadding="4" cellspacing="0"> <tbody> <tr> <td valign="top"> </td> </tr> </tbody> </table> <div style="float:left;padding-left:30px;"> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> Contenu </ul> </div></div> </td> </tr> </table> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"><strong> <span style="font-size: 10px;"> Infos club</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <table class="blocder" align="right" border="0" cellpadding="4" cellspacing="0"> <tbody> <tr> <td valign="top"> </td> </tr> </tbody> </table> </td> </tr> </table> <?php ## Fin du contenu de la page ## //Bas de page require_once PATH_TO_ROOT . '/kernel/footer.php'; ?>
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet
Par conte il n'y a pas les bordure des blocs ... Comment faire ?
KONA Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre KONA
- Inscrit le : 21/05/2006
- Site internet
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet
KONA Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre KONA
- Inscrit le : 21/05/2006
- Site internet
Code PHP :
<?php //Path racine du site define('PATH_TO_ROOT', '.'); //Chargement des fonctions: l'environnement général du portail require_once PATH_TO_ROOT . '/kernel/begin.php'; //titre de la page manuelpour eviter les doublons avec une autre page. define('TITLE', ''); //Haut de page require_once PATH_TO_ROOT . '/kernel/header.php'; ## Début du contenu de la page ## ?> <!-- Edito --> <table border="0" width="100%" class="module_table" cellspacing="0"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Pétanque Corbigeoise</span> </strong> </div> </th> </tr> <tr> <td align="center" style="height:80px; padding-left:20px;"> Bienvenue sur le site officiel de la Pétanque Corbigeoise, le site a pour but de vous informer sur le club et ses joueurs ainsi que sur les résultats des concours de la Nièvre et des manifestations. Bonne visite a tous et n'hésitez pas à nous contacter si besoin! </td> </tr> </table> <table width="100%" border="0" width="100%" class="module_table" cellspacing="0" align="center"> <tr> <td width="600"> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;">Dernieres News</span></strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div class="news_container"> <div style="float:left;padding-left:30px;"> <a href="syndication33df.html?m=news"></a> </div> <br/> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('news', DEFAULT_FEED_NAME, 0, false, 10); ?> </ul> </div> </div> <div style="float:left;padding-left:30px;"> <a href="news/news.php">Plus de News </a> </div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </td> </tr> </table> </td> <td width="600"> <table border="0" width="100%" class="module_table" cellspacing="0" width="100%" height="100"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Derniers Articles</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div class="news_container"> <div style="float:left;padding-left:30px;"> <a href="syndication1ab7.html?m=articles"></a> </div> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('articles', DEFAULT_FEED_NAME, 0, false, 10); ?> </ul> </div> </div> <div style="float:left;padding-left:30px;"> <a href="articles/articles.php">Plus d'articles </a> </div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" class="module_table" cellspacing="0" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Chers amis pétanqueurs,</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div align="left"> Mot du président </div> </td> </tr> </table> <table border="0" width="100%" class="module_table" cellspacing="0" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;">Titre</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <table class="blocder" align="right" border="0" cellpadding="4" cellspacing="0"> <tbody> <tr> <td valign="top"> </td> </tr> </tbody> </table> <div style="float:left;padding-left:30px;"> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> Contenu </ul> </div></div> </td> </tr> </table> <table border="0" width="100%" class="module_table" cellspacing="0" width="100%"> <tr> <th width="605"> <div align="center"><strong> <span style="font-size: 10px;"> Infos club</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <table class="blocder" align="right" border="0" cellpadding="4" cellspacing="0"> <tbody> <tr> <td valign="top"> </td> </tr> </tbody> </table> </td> </tr> </table> </div> </div> <?php ## Fin du contenu de la page ## //Bas de page require_once PATH_TO_ROOT . '/kernel/footer.php'; ?>
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet
J'ai remis le code index précédent.
Édité par mehdig Le 02/05/2010 à 13h20
KONA Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre KONA
- Inscrit le : 21/05/2006
- Site internet
Code PHP :
<?php //Path racine du site define('PATH_TO_ROOT', '.'); //Chargement des fonctions: l'environnement général du portail require_once PATH_TO_ROOT . '/kernel/begin.php'; //titre de la page manuelpour eviter les doublons avec une autre page. define('TITLE', ''); //Haut de page require_once PATH_TO_ROOT . '/kernel/header.php'; ## Début du contenu de la page ## ?> <!-- Edito --> <table border="0" width="100%" class="module_table" cellspacing="0"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Pétanque Corbigeoise</span> </strong> </div> </th> </tr> <tr> <td align="center" style="height:80px; padding-left:20px;"> Bienvenue sur le site officiel de la Pétanque Corbigeoise, le site a pour but de vous informer sur le club et ses joueurs ainsi que sur les résultats des concours de la Nièvre et des manifestations. Bonne visite a tous et n'hésitez pas à nous contacter si besoin! </td> </tr> </table> <table width="100%" border="0" width="100%" class="module_table" cellspacing="0" align="center"> <tr> <td width="600"> <table class="module_table" style="" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;">Dernieres News</span></strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div class="news_container"> <div style="float:left;padding-left:30px;"> <a href="syndication33df.html?m=news"></a> </div> <br/> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('news', DEFAULT_FEED_NAME, 0, false, 10); ?> </ul> </div> </div> <div style="float:left;padding-left:30px;"> <a href="news/news.php">Plus de News </a> </div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </td> </tr> </table> </td> <td width="600"> <table border="0" width="100%" class="module_table" cellspacing="0" width="100%" height="100"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Derniers Articles</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div class="news_container"> <div style="float:left;padding-left:30px;"> <a href="syndication1ab7.html?m=articles"></a> </div> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> <?php echo Feed::get_parsed('articles', DEFAULT_FEED_NAME, 0, false, 10); ?> </ul> </div> </div> <div style="float:left;padding-left:30px;"> <a href="articles/articles.php">Plus d'articles </a> </div> <div class="news_bottom_l"></div> <div class="news_bottom_r"></div> <div class="news_bottom"></div> </td> </tr> </table> </td> </tr> </table> <table border="0" width="100%" class="module_table" cellspacing="0" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;"> Chers amis pétanqueurs,</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <div align="left"> Mot du président </div> </td> </tr> </table> <table border="0" width="100%" class="module_table" cellspacing="0" width="100%"> <tr> <th width="605"> <div align="center"> <strong> <span style="font-size: 10px;">Titre</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <table class="blocder" align="right" border="0" cellpadding="4" cellspacing="0"> <tbody> <tr> <td valign="top"> </td> </tr> </tbody> </table> <div style="float:left;padding-left:30px;"> <div class="news_content" style="padding-top:0px"> <ul class="rss_feed"> Contenu </ul> </div></div> </td> </tr> </table> <table border="0" width="100%" class="module_table" cellspacing="0" width="100%"> <tr> <th width="605"> <div align="center"><strong> <span style="font-size: 10px;"> Infos club</span> </strong> </div> </th> </tr> <tr> <td align="left" style="height:80px; padding-left:20px;"> <table class="blocder" align="right" border="0" cellpadding="4" cellspacing="0"> <tbody> <tr> <td valign="top"> </td> </tr> </tbody> </table> </td> </tr> </table> <?php ## Fin du contenu de la page ## //Bas de page require_once PATH_TO_ROOT . '/kernel/footer.php'; ?>
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet
Merci d'avance
KONA Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre KONA
- Inscrit le : 21/05/2006
- Site internet
mehdig Membre non connecté
Booster Bazooka
-
Booster Bazooka
- Voir le profil du membre mehdig
- Inscrit le : 24/11/2009
- Site internet
KONA Membre non connecté
Booster Fusée
-
Booster Fusée
- Voir le profil du membre KONA
- Inscrit le : 21/05/2006
- Site internet
Code CSS :
border-color:#FF0000;
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie
