HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/inc/widgets/posts/tpl/posts.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 = 'posts/tpl/';
$layout        = ( isset( $instance['style'] ) && $instance['style'] != '' ) ? $instance['style'] : 'default';
if(isset( $instance['style']) && ($instance['style'] =='style-1' || $instance['style'] == 'style-2' || $instance['style'] == 'style-3')){
    $layout = 'default';
}
thim_builder_get_template(
	$layout, array(
	'instance' => $instance
), $template_path
);

?>