j'ai déplacé le headernavigation pour qu'il soit dans le bodytext de chaque page.
j'essaie en vain de déplacer la bannière qui est dans le footer pour qu'elle soit au-dessus du headernavigation.
http://sheme.free.fr/Dehorslespetits/catalog/
J'ai trouvé le code à déplacer :
CODE
<?php if ($banner = tep_banner_exists('dynamic', '468x50')) {?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php }?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php }?>
Et vers où le mettre (dans shopping_cart par exemple) :
CODE
<!-- left_navigation_eof //-->
</table></td>
<!-- body_text //-->
<td width="100%" valign="top"><?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_SHOPPING_CART, 'action=update_product')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<tr class="headerNavigation">
<td align="center" valign="top"><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | <a href="mailto:contact@dehorslespetits.net?subject=Contribution&body=Bonjour Sarah ! Voici un endroit super pour les enfants :" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> | <a class="headerNavigation" href="java script:window.external.AddFavorite('http://www.dehorslespetits.net', 'Guide des loisirs enfants')">Ajouter aux Favoris</a> | <a href="mailto:?subject=Plein de bonnes idées pour les loisirs de tes enfants !&body=Salut !%0a%0aJe t'envoie l'adresse du site Dehors les Petits.net qui répertorie les loisirs des enfants sur Montpellier et sa Région :%0a%0ahttp://www.dehorslespetits.net%0a%0aJettes-y un oeil !%0a%0aBye !" class="headerNavigation">Recommander le site</a> | <a href="<?php echo tep_href_link(FILENAME_BBMODULES, 'op=modload&name=phpbb2&file=index.php', 'NONSSL'); ?>"class="headerNavigation">Forum</a></td>
</tr>
</table></td>
</tr>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<?php
</table></td>
<!-- body_text //-->
<td width="100%" valign="top"><?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_SHOPPING_CART, 'action=update_product')); ?><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<tr class="headerNavigation">
<td align="center" valign="top"><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | <a href="mailto:contact@dehorslespetits.net?subject=Contribution&body=Bonjour Sarah ! Voici un endroit super pour les enfants :" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> | <a class="headerNavigation" href="java script:window.external.AddFavorite('http://www.dehorslespetits.net', 'Guide des loisirs enfants')">Ajouter aux Favoris</a> | <a href="mailto:?subject=Plein de bonnes idées pour les loisirs de tes enfants !&body=Salut !%0a%0aJe t'envoie l'adresse du site Dehors les Petits.net qui répertorie les loisirs des enfants sur Montpellier et sa Région :%0a%0ahttp://www.dehorslespetits.net%0a%0aJettes-y un oeil !%0a%0aBye !" class="headerNavigation">Recommander le site</a> | <a href="<?php echo tep_href_link(FILENAME_BBMODULES, 'op=modload&name=phpbb2&file=index.php', 'NONSSL'); ?>"class="headerNavigation">Forum</a></td>
</tr>
</table></td>
</tr>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<?php
J'essaie de le mettre quelque part au dessus de
CODE
<td><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<tr class="headerNavigation">
mais soit ça me décale tout soit j'ai page blanche avec message d'erreur.<tr>
<tr class="headerNavigation">
Voilà j'ai besoin d'un petit coup de pouce Merci