get_template('album-empty');
}
else{
$autoplay = 'false';
$show_dots = 'false';
$show_arrows = 'false';
if(isset($settings['autoslide'])){
$autoplay = 'true';
}
if(isset($settings['dots'])){
$show_dots = 'true';
}
if(isset($settings['arrows'])){
$show_arrows = 'true';
}
if( $atts && ! empty( $atts)){
extract($atts);
}
$set = '"infinite":true,"autoplay":'.$autoplay.',"dots":'.$show_dots.',"arrows":'.$show_arrows;
?>