<?php get_header(); ?>&#13;
<?php global $asteria;?>&#13;
<!--Tag Posts-->&#13;
<div class="fixed_site">&#13;
	<div class="fixed_wrap">&#13;
		<?php get_template_part('layout'.$asteria['cat_layout_id'].''); ?>&#13;
	</div>&#13;
</div>&#13;
<?php get_footer(); ?>