diff options
Diffstat (limited to 'themes/mantra/template-twocolumns-left.php')
-rw-r--r-- | themes/mantra/template-twocolumns-left.php | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/themes/mantra/template-twocolumns-left.php b/themes/mantra/template-twocolumns-left.php index c391308b..887ab05f 100644 --- a/themes/mantra/template-twocolumns-left.php +++ b/themes/mantra/template-twocolumns-left.php @@ -1,26 +1,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 /* + * 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(); ?>
\ No newline at end of file |