AlkantarClanX12

Your IP : 3.15.31.27


Current Path : /home/thanudqk/www/wp-content/themes/thegem/
Upload File :
Current File : /home/thanudqk/www/wp-content/themes/thegem/sidebar-page.php

<?php
/**
 * The Content Sidebar
 */

if(!is_active_sidebar('page-sidebar')) {
	return;
}
?>
<div class="widget-area">
	<?php dynamic_sidebar('page-sidebar'); ?>
</div>