soundmap_theme/carnaval.php
2016-11-29 01:18:17 +01:00

28 lines
642 B
PHP

<?php
/**
* Template Name: Carnavales
*
* A custom page template without sidebar.
*
* The "Template Name:" bit above allows this to be selectable
* from a dropdown menu on the edit page screen.
*
*/
get_header("carnaval"); ?>
<div id="container" class="one-column">
<div id="carnaval" role="main">
<?php
/* Run the loop to output the page.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
get_template_part( 'loop', 'carnaval' );
?>
</div><!-- #content -->
</div><!-- #container -->
<?php get_footer("carnaval"); ?>