';
echo '
';
echo '
';
$this->h2( ${'custom_' . $k . '_title'}, ${'custom_' . $k . '_link'} );
$this->text( mega_is_mobile() ? mega_clean_words( 90, ${'custom_' . $k . '_text'} ) : ${'custom_' . $k . '_text'} );
if ( !empty( ${'custom_' . $k . '_link'} ))
$this->link( ${'custom_' . $k . '_link'}, ${'custom_' . $k . '_button_label'} );
echo '
';
if ( ${'custom_' . $k . '_image'} && ${'custom_' . $k . '_alignment'} !== 'center' )
{
$thumb = mega_thumb( array(
'width' => mega_is_mobile() ? '100%' : ${'custom_' . $k . '_width'} . 'px',
'height' => ${'custom_' . $k . '_height'} . 'px',
'custom' => ${'custom_' . $k . '_image_url'},
'sources' => array( 'custom' => 1, 'ph' => ${'custom_' . $k . '_show_placeholder'} )
), 1 );
$this->thumb( $thumb, ${'custom_' . $k . '_link'} );
}
echo '