Quando però vado ad inserire l'immagine non appare nulla.
Questo è ciò che ho inserito:
<?php
$info_box_contents = array();
$info_box_contents[] = array('text' => 'I corrieri' );
new infoBoxHeading($info_box_contents, false, false, null );
$info_box_contents = array();
$info_box_contents[] = array('text' => tep_image(DIR_WS_IMAGES . 'tnt.gif'));
?>
Dove sbaglio???
