Current File : /home/kelaby89/abl.academy/wp-content/themes/eduma/inc/widgets/testimonials/tpl/testimonials.php
<?php
/**
 * Template for displaying default template .
 *
 *
 * @author      ThimPress
 * @package     Thim_Builder/Templates
 * @version     1.0.0
 * @author      Thimpress, tuanta
 */

/**
 * Prevent loading this file directly
 */
defined( 'ABSPATH' ) || exit;

$template_path = 'testimonials/tpl/';
$layout        = ( isset( $instance['layout'] ) && $instance['layout'] != 'default' ) ? $instance['layout'] : 'base';

$args                 = array();
$args['before_title'] = '<h3 class="widget-title">';
$args['after_title']  = '</h3>';
if ( $layout != 'carousel' ) {
	wp_enqueue_script( 'thim-content-slider' );
}
?>

<?php
 	thim_builder_get_template(
		$layout, array(
		'instance' => $instance,
		'args'     => $args
	), $template_path
);

?>
Page not found – Hello World !