Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/09/2010, 10:32
sandinosaso
 
Fecha de Ingreso: julio-2008
Mensajes: 208
Antigüedad: 15 años, 9 meses
Puntos: 5
Respuesta: Ayuda con codigo PHP

Cambia:
$html .= '<div style="'.$image_width.'px;float:left;padding:3px;p adding-right:6px;height:100%;">

<img src="components/com_virtuemart/shop_image/category/'.find_cat_image($category_tmp[$row_list[$n]]["category_child_id"],$db_username,$db_password,$db_name).'"width='.$wi dth.' height='.$height.'>

</div>';


Por
$html .= '<div style="'.$image_width.'px;float:left;padding:3px;p adding-right:6px;height:100%;">
<a href="'. $sess->url(URL."index.php?page=shop.browse&amp;categor y_ id=".$category_tmp[$row_list[$n]]["category_child_id"]) .'" '.$append.'>
<img src="components/com_virtuemart/shop_image/category/'.find_cat_image($category_tmp[$row_list[$n]]["category_child_id"],$db_username,$db_password,$db_name).'"width='.$wi dth.' height='.$height.'/></a>
</div>';