Current File : /home/aventura/www/site/wp-content/themes/kleo/page-parts/general-after-wrap.php |
<?php
/**
* After content wrap
* Used in all templates
*/
?>
<?php
$container = apply_filters('kleo_main_container_class','container');
?>
<?php
/**
* After main content - action
*/
do_action('kleo_after_main_content');
?>
</div><!--end wrap-content-->
</div><!--end main-page-template-->
<?php
/**
* After main content - action
*/
do_action('kleo_after_content');
?>
<?php if($container == 'container') { ?></div><!--end .row--><?php } ?>
</div><!--end .container-->
</section>
<!--END MAIN SECTION-->