Ver Mensaje Individual
  #5 (permalink)  
Antiguo 29/03/2011, 08:51
Avatar de Boycho
Boycho
 
Fecha de Ingreso: abril-2010
Ubicación: Burgos
Mensajes: 17
Antigüedad: 14 años
Puntos: 0
Respuesta: Subir banner flash a pagina en PHP

<?php
if (design('TIENDA_COL_IZDA_ACTIVA') == 1) {
echo '<tr>
<td class="col_left_design">
<table width="100%" cellpadding="0" cellspacing="0">';
/*** Begin Header Tags SEO ***/
if (HEADER_TAGS_DISPLAY_SILO_BOX == 'true')
if (isset($category_depth) && $category_depth !== 'top') {
include(DIR_WS_BOXES . 'headertags_seo_silo.php');
echo '<tr><td>'.tep_draw_separator('pixel_trans.gif', '100%', design('TIENDA_SEP_BOXES')).'</td></tr>';
}
/*** End Header Tags SEO ***/

if ((USE_CACHE == 'true') && empty($SID)) {
echo tep_cache_categories_box();
echo '<tr><td>'.tep_draw_separator('pixel_trans.gif', '100%', design('TIENDA_SEP_BOXES')).'</td></tr>';
} else {
include(DIR_WS_BOXES . 'categories.php');
echo '<tr><td>'.tep_draw_separator('pixel_trans.gif', '100%', design('TIENDA_SEP_BOXES')).'</td></tr>';
}

require(DIR_WS_BOXES . 'shopping_cart.php');
echo '<tr><td>'.tep_draw_separator('pixel_trans.gif', '100%', design('TIENDA_SEP_BOXES')).'</td></tr>';
require(DIR_WS_BOXES . 'manufacturers.php');
echo '<tr><td>'.tep_draw_separator('pixel_trans.gif', '100%', design('TIENDA_SEP_BOXES')).'</td></tr>';

if (isset($HTTP_GET_VARS['products_id'])) {
if (basename($PHP_SELF) != FILENAME_TELL_A_FRIEND) {
/*include(DIR_WS_BOXES . 'tell_a_friend.php');
echo '<tr><td>'.tep_draw_separator('pixel_trans.gif', '100%', design('TIENDA_SEP_BOXES')).'</td></tr>';*/
}
} else {
include(DIR_WS_BOXES . 'specials.php');
echo '<tr><td>'.tep_draw_separator('pixel_trans.gif', '100%', design('TIENDA_SEP_BOXES')).'</td></tr>';
}
echo '<tr><td align="center"><a href="'.tep_href_link('envios-devoluciones').'" title="Envíos y devoluciones">
Cita:
<img src="images/design/envios.png" border="0" alt="Envíos y devoluciones"></a></td></tr>';
echo ' </table>
</td>
</tr>';

}
?>

el banner tiene que ir en lugar de la imagen que te he marcado!!!