?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/



?? Go up: /home/webdevt/www/wdp/wp-content/themes

?? Viewing: blog-masonry-full-width.php

<?php
	/*
	Template Name: Blog Masonry Full Width
	*/
?>
<?php get_header(); ?>

<?php get_template_part( 'title' ); ?>
<?php get_template_part('slider'); ?>

	<div class="edgtf-full-width">
		<div class="edgtf-full-width-inner clearfix">
			<?php edgtf_quadric_get_blog('masonry-full-width'); ?>
		</div>
	</div>
<?php get_footer(); ?>


??

??