Bonjour,
je voudrais pouvoir mettre ce qui correspond actuellement au breadcrumb dans le header dans une boxe dans colonne right.
type: Mon compte: avec dessous 3 liens: mon compte ; voir panier ; commander
du coup, j'ai regardé comment créer une nouvelle boxe, mais par contre, je dois me planter, j'ai créé une page.php qui s'appelle "maboxe", j'ai fait ce qui fallait dans le fichier french, mais le bout de code à mettre dans "maboxe" me pose quelque problème.
j'ai bien ce code là dans le header:
<td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a> | <?php } ?><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="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> </td></tr></table>
mais je vois pas trop comment déplacer tout ça dans une boxe, quelqu'un pourrait me conseiller,
merci d'avance