laguiadelpecado-1567735425 Posted October 8, 2019 at 11:54 PM Share Posted October 8, 2019 at 11:54 PM Hola Como agregar alt y title tags para las imagenes presentes en - listings_masonry.thtml <?php if( $this->config->media_list_thumbnail && $mainMediaThumbUrl = $Media->thumb(Sanitize::getVar($listing,'MainMedia'),['listing'=> &$listing,'size'=>$tn_size,'mode'=>$tn_mode,'return_url'=>true])): $thumb = sprintf('<img src="%s" alt="" title=""/>',$mainMediaThumbUrl); ?> <div class="jrListingThumbnail jr-more-info"> <?php echo $Routes->content($thumb,$listing);?> </div> <?php endif;?> Quiero poner el titulo de la lista. - <?php echo $listing['Listing']['title'];?> Gracias Link to comment
Alejandro Posted October 9, 2019 at 01:58 AM Share Posted October 9, 2019 at 01:58 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
laguiadelpecado-1567735425 Posted October 9, 2019 at 02:15 AM Author Share Posted October 9, 2019 at 02:15 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.