????

Your IP : 216.73.216.188


Current Path : /home/degesdxb/public_html/wp-content/themes/hoteller/
Upload File :
Current File : //home/degesdxb/public_html/wp-content/themes/hoteller/category.php

<?php
/**
 * The main template file for display category page.
 *
 * @package WordPress
*/
	
//Get category page layout setting
$tg_blog_category_layout = get_theme_mod('tg_blog_category_layout', 'blog-r');
get_template_part($tg_blog_category_layout);
?>