summaryrefslogtreecommitdiff
blob: 887ab05f052cf6e8c0ba6b6f2cebb676436d63a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php /*
 * Template Name: Two columns, Sidebar on the Left
 *
 * @package Cryout Creations
 * @subpackage mantra
 * @since mantra 0.5
 */
get_header(); ?>

		<section id="container">
	
			<div id="content" role="main">

			<?php cryout_before_content_hook(); ?>

				<?php get_template_part( 'content', 'page'); ?>
	
			<?php cryout_after_content_hook(); ?>

			</div><!-- #content -->
			
			<?php get_sidebar(); ?>
		</section><!-- #container -->


<?php get_footer(); ?>