06/17/2015 at 11:24 am
#337759
Participant
My php Code
echo '<h3 class="" data-div-id="cn-detail-' , $uuid , '"' , ' style="border-bottom: ' , $atts['color'] , ' 1px solid ; color:#000000' , $atts['color'] , ';">' , $entry->getNameBlock( array( 'format' => $atts['name_format'] ) ) , $entry->getAddressBlock( array( 'format' => 'Localidad: %city% Provincia: %state%' , 'type' => $atts['address_types'] ) ) , '</h3>';