|
|
$info_box_contents = array();
$info_box_contents[] = array('text' => TEXT_NO_REVIEWS);
// Nom des css pour l'intérieure de la boxe et le cadre
// new infoBox($info_box_contents, nom_de_la_css_pour_l'intérieure, nom_de_la_css_pour_le_cadre);
new infoBox($info_box_contents, infoBoxContentsReviews, infoBoxReviews);
?>
 |
|