File "testimonials.php"

Full Path: /home/siazco/grocery.siazco.se/wp-content/plugins/kapee-extensions/templates/shortcodes/testimonials.php
File size: 265 bytes
MIME-type: text/x-php
Charset: utf-8

<?php 
/**
 * testimonial template
 */
?>

<div id="<?php echo esc_attr($id);?>" class="<?php echo esc_attr( $class ); ?>">	
	<div class="kapee-carousel owl-carousel <?php echo esc_attr( $slider_class );?>">
		<?php echo do_shortcode( $content ); ?>	
	</div>
</div>