Your IP : 216.73.216.5


Current Path : /home/theafprt/fnf.group/wp-content/plugins/salient-core/includes/vc_templates/
Upload File :
Current File : //home/theafprt/fnf.group/wp-content/plugins/salient-core/includes/vc_templates/toggles.php

<?php 
extract(shortcode_atts(array(
	"accordion" => 'false', 
	'style' => 'default'), $atts));  
	
($accordion === 'true') ? $accordion_class = 'accordion': $accordion_class = null ;
echo '<div class="toggles '.$accordion_class.'" data-style="'.esc_attr($style).'">' . do_shortcode($content) . '</div>'; 

?>