*
* @package Singl
*/
$twitter_link = get_theme_mod( 'singl_twitter_link' );
$facebook_link = get_theme_mod( 'singl_facebook_link' );
$pinterest_link = get_theme_mod( 'singl_pinterest_link' );
$google_plus_link = get_theme_mod( 'singl_google_plus_link' );
$instagram_link = get_theme_mod( 'singl_instagram_link' );
$youtube_link = get_theme_mod( 'singl_youtube_link' );
$vimeo_link = get_theme_mod( 'singl_vimeo_link' );
$wordpress_link = get_theme_mod( 'singl_wordpress_link' );
$vine_link = get_theme_mod( 'singl_vine_link' );
$soundcloud_link = get_theme_mod( 'singl_soundcloud_link' );
$lastfm_link = get_theme_mod( 'singl_lastfm_link' );
$itunes_link = get_theme_mod( 'singl_itunes_link' );
$spotify_link = get_theme_mod( 'singl_spotify_link' );
$beatport_link = get_theme_mod( 'singl_beatport_link' );
$bandcamp_link = get_theme_mod( 'singl_bandcamp_link' );
$email_link = get_theme_mod( 'singl_email_link' );
$social_links = ( '' != $twitter_link
|| '' != $facebook_link
|| '' != $pinterest_link
|| '' != $google_plus_link
|| '' != $instagram_link
|| '' != $youtube_link
|| '' != $vimeo_link
|| '' != $wordpress_link
|| '' != $vine_link
|| '' != $soundcloud_link
|| '' != $lastfm_link
|| '' != $itunes_link
|| '' != $spotify_link
|| '' != $beatport_link
|| '' != $bandcamp_link
|| '' != $email_link
) ? true : false;
?>
>
>