06/02/2009, 07:50
|
| | | Fecha de Ingreso: enero-2009
Mensajes: 70
Antigüedad: 15 años, 10 meses Puntos: 0 | |
Respuesta: cambiar infobox en oscommerce pues mira que he abiero el archivo(includes/boxes/visitoremail.php) y no veo que el llame a alguna clase, esta declarado asi: <?php
$info_box_contents[] = array('form' => tep_draw_form('email', tep_href_link(FILENAME_VISITOR_EMAIL, 'action=process')),
'align' =>'right',
'text' => tep_draw_input_field('to_email_address', 'Ingresa tu Correo', 'size="27"') . '<td><align="middle">' . tep_image_submit('button_visitor_email.gif', BOX_HEADING_VISTOR_EMAIL),
'align' =>'right');
new infoBox($info_box_contents);
?> |