';
$data_img .= '
';
$data_img .= '';
}
if ( !empty( $title ) ) {
$data_title .= '
';
$data_title .= $title;
$data_title .= '
';
}
if ( !empty( $desc ) ) {
$data_desc .= '';
$data_desc .= $desc;
$data_desc .= '
';
}
if ( !empty( $position ) ) {
$data_position .= '';
$data_position .= $position;
$data_position .= '
';
}
if( empty($icon) || $icon == '__empty__')
$icon = 'et-envelope';
$data_icon .= '';
$data_icon .= '';
$data_icon .= '
';
if ( $show_button == 'yes' ) {
$button_link = ( '||' === $button_link ) ? '' : $button_link;
$button_link = kc_parse_link($button_link);
if ( strlen( $button_link['url'] ) > 0 ) {
$button_href = $button_link['url'];
$button_title = $button_link['title'];
$button_target = strlen( $button_link['target'] ) > 0 ? $button_link['target'] : '_self';
}
$data_button .= '';
}
?>
';
echo $data_title;
echo $data_desc;
echo '
';
break;
case '4':
echo $data_img;
echo '';
echo $data_position;
echo $data_title;
echo $data_desc;
echo $data_button;
echo '
';
break;
case '5':
echo $data_position;
echo $data_title;
echo $data_desc;
echo $data_button;
break;
default:
echo $data_icon;
echo $data_title;
echo $data_desc;
echo $data_button;
break;
} ?>