PACKAGE COMPLET VERSION FRANCAISE

JUSTE UNE PETITE MODIF DANS CE FICHIER MAIS LA MODIF EST DEJA INCLUSE DANS LE FICHIER D'INSTALLATION :



catalog/includes/boxes/information.php:
---------------------------------------
changer ça :


$info_box_contents[] = array('text' => (where all the other links are)
'' . BOX_INFORMATION_FAQ . '
' .

par ça :


$info_box_contents[] = array('text' => (where all the other links are)
'' . BOX_INFORMATION_FAQ . '
');


Expand All / Collapse All



More...