AlkantarClanX12

Your IP : 18.119.213.36


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

<?php
get_header('template'); ?>

<div id="main-content" class="main-content">
	<div class="block-content">
		<div class="container">
			<div class="panel row">
				<div class="col-xs-12">
					<p><?php _e('Content area. This is a dummy page content for header builder. This content will not be displayed anywhere, it serves for testing purposes only to showcase the appearance of your header template on some page.', 'thegem'); ?></p>
				</div>
			</div>
		</div><!-- .container -->
	</div><!-- .block-content -->
</div><!-- #main-content -->

<?php
get_footer();