AlkantarClanX12

Your IP : 3.135.220.219


Current Path : /home/thanudqk/siamfreetour.com/wp-content/themes/spiko/
Upload File :
Current File : /home/thanudqk/siamfreetour.com/wp-content/themes/spiko/home.php

<?php 
get_header();
		if('page' == get_option('show_on_front')){ get_template_part('index');}
		elseif(is_home()){ get_template_part('index');}
		elseif ( ! function_exists( 'spiko_plus_activate' ) ){ get_template_part('index');}
		elseif (function_exists( 'spiko_plus_activate' ) )
		{
		$spiko_front_page = get_theme_mod('front_page_data','cta1,services,cta2,portfolio,testimonial,news,fun,team,wooproduct,client,contact');
		do_action( 'spiko_plus_before_slider_section_hook', false);
		do_action( 'spiko_plus_slider_action' , false);		
		do_action( 'spiko_plus_after_slider_section_hook', false);
	    
	    $spiko_data =is_array($spiko_front_page) ? $spiko_front_page : explode(",",$spiko_front_page);			
		if($spiko_data) 
		{
			foreach($spiko_data as $key=>$value)
			{	
                do_action( 'spiko_plus_before_'.$value.'_section_hook', false);
				
				do_action( 'spiko_plus_'.$value.'_action', false);
				
				do_action( 'spiko_plus_after_'.$value.'_section_hook', false);

			}
		}
	}
get_footer();