File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/inc/widgets/slider/tpl/slider.php
<?php
/**
* Template for displaying default element.
*
*
* @author ThimPress
* @package Thim_Builder/Templates
* @version 1.0.0
* @author Thimpress, tuanta
*/
/**
* Prevent loading this file directly
*/
defined( 'ABSPATH' ) || exit;
$template_path = 'slider/tpl/';
$layout = ( isset( $instance['slider_layout'] ) && $instance['slider_layout'] != '' ) ? $instance['slider_layout'] : 'default';
thim_builder_get_template(
$layout, array(
'instance' => $instance
), $template_path
);
?>