';
break;
case 'custom_link':
$data_img = '
';
$before_url = '';
$after_url = '';
break;
default:
$data_img = '
';
$before_url = '';
$after_url = '';
wp_enqueue_script('prettyPhoto');
wp_enqueue_style( 'prettyPhoto');
break;
}
if ( !empty( $title ) ) {
$data_title = ''. $title .'
';
}
if ( !empty( $desc ) ) {
$data_desc = ''. $desc .'
';
}
if ( !empty( $button_text ) ) {
$data_button = '';
}
?>
';
echo $data_title;
echo $data_desc;
echo "
";
echo $after_url;
break;
case '3':
echo $data_img;
echo $before_url;
echo '';
echo '
';
echo $data_title;
echo $data_desc;
echo "
";
echo "
";
echo $after_url;
break;
case '4':
echo $data_img;
echo '';
echo $data_title;
echo $data_desc;
echo $data_button;
echo "
";
break;
case '5':
echo $data_img;
echo $before_url;
echo '';
echo '';
echo "
";
echo $after_url;
break;
default:
echo $data_img;
echo $before_url;
echo '';
echo $data_title;
echo "
";
echo $after_url;
break;
} ?>