se volete aggiungere un box immediatamente sopra la vetrina basta inserire queste righe di codic nel file includes/modules/NEWPRODUCTS.PHP
alla riga 14 includere la seguente definizione:
<?php
$info_box_contents = array();
$info_box_contents[] = array('align' => 'left',
'text' => 'TITOLO BOX');
new infoBoxHeading($info_box_contents, true, true);
$info_box_contents = array();
$info_box_contents[] = array('align' => 'left',
'params' => 'class="smallText" width="33%" valign="top"',
'text' => '
VOSTRO TESTO, LINK, QUELLO CHE VI PARE
');
new infoBox($info_box_contents);
?>