Example #1
0
}
get_header();
cwp_layout::theme_header();
//cwp::get_theme_header();
?>
<section id="content">
    <div class="container"><!-- container -->
        <div class="row"><!-- container -->
            <div class="eight columns"><!-- container -->
                <section id="articles">
                    <?php 
cwp::get_tpl();
?>
                </section>
            </div>
            <div class="four columns"><!-- container -->
                <section id="sidebar">
                    <?php 
get_sidebar();
?>
                </section><!-- #sidebar -->
            </div>
            <div class="clear">Cleared</div>
        </div>
    </div>
    <div class="clear">Cleared</div>
</section>
<?php 
cwp_layout::theme_footer();
//cwp::get_theme_footer();
get_footer();