AlkantarClanX12

Your IP : 3.138.37.43


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

<?php
/**
 * The Sidebar containing the main widget area
 */

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