
Untitled
By: a guest on
Dec 16th, 2012 | syntax:
None | size: 0.90 KB | hits: 31 | expires: Never
<?php
/*
Template Name: Clean
*/
/*
* get_header is a basic wordpress function, used to retrieve the header.php file in your theme directory.
*/
?>
<?php
global $avia_config;
get_header();
?>
<div class='container_wrap main_color fullsize' style="width:100%;padding:10px;">
<div class='container padding-container' style="width:100%;padding:10px">
<div class='template-page content twelve alpha units' style="width:100%;padding:10px">
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
$avia_config['size'] = 'page';
get_template_part( 'includes/loop', 'page' );
?>
<!--end content-->
</div>
</div><!--end container-->
</div><!--end container-->
<?php get_footer(); ?>