10 lines
289 B
PHP
10 lines
289 B
PHP
|
|
<?php
|
||
|
|
get_header();
|
||
|
|
get_template_part('includes/standard_bg');
|
||
|
|
?>
|
||
|
|
<div class="ml_wrapper">
|
||
|
|
<div id="ml_all_content" class="ml_with_sidebar ml_blog_single">
|
||
|
|
<?php get_template_part('includes/loop-page'); ?>
|
||
|
|
</div>
|
||
|
|
<?php get_sidebar(); ?>
|
||
|
|
<?php get_footer(); ?>
|