J’aimerais rajouter un lien dans le fichier information.php en cinquième position qui afficheras un formulaire de Devis, j’ai tous essaie mais je n’arrive pas a le faire…
Ne connaissant pas le PHP mais que l’ HTML. J’ai cherché dans des Forums et des sites PHP si sûr que je n’ai pas su bien chercher !!
Y’a-t-il un connaisseur !!!!
<?php
/*
$Id: information.php,v 1.6 2003/02/10 22:31:00 hpdl Exp $
osCommerce, Open Source E-Commerce Solutions
http://www.oscommerce.com
Copyright © 2003 osCommerce
Released under the GNU General Public License
*/
?>
<!-- information //-->
<tr>
<td>
<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => BOX_HEADING_INFORMATION);
new infoBoxHeading($info_box_contents, false, false, false, 'Information');
$info_box_contents = array();
$info_box_contents[] = array('text' =>
'<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' .
'<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .
'<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' .
'<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>') ;
---> ici <a href="http://www.domaine-formulairedevis.fr/">devis</a>
new infoBox($info_box_contents, 'Information');
?>
Merci d’avance pour votre aide
[size="2"][/size]