summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/mantra/template-onecolumn.php')
-rw-r--r--themes/mantra/template-onecolumn.php78
1 files changed, 39 insertions, 39 deletions
diff --git a/themes/mantra/template-onecolumn.php b/themes/mantra/template-onecolumn.php
index 1c593b78..59188d89 100644
--- a/themes/mantra/template-onecolumn.php
+++ b/themes/mantra/template-onecolumn.php
@@ -1,39 +1,39 @@
-<?php
-/**
- * Template Name: One column, no sidebar
- *
- * 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.
- *
- * @package Cryout Creations
- * @subpackage mantra
- * @since mantra 0.5
- */
-
-get_header(); ?>
-
- <section id="container" class="one-column">
- <div id="content" role="main">
- <?php cryout_before_content_hook(); ?>
-
-<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
-
- <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
- <h1 class="entry-title"><?php the_title(); ?></h1>
- <div class="entry-content">
- <?php the_content(); ?>
- <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'mantra' ), 'after' => '</div>' ) ); ?>
- <?php edit_post_link( __( 'Edit', 'mantra' ), '<span class="edit-link">', '</span>' ); ?>
- </div><!-- .entry-content -->
- </div><!-- #post-## -->
-
- <?php comments_template( '', true ); ?>
-
-<?php endwhile; ?>
- <?php cryout_after_content_hook(); ?>
- </div><!-- #content -->
- </section><!-- #container -->
-
-<?php get_footer(); ?>
+<?php
+/**
+ * Template Name: One column, no sidebar
+ *
+ * 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.
+ *
+ * @package Cryout Creations
+ * @subpackage mantra
+ * @since mantra 0.5
+ */
+
+get_header(); ?>
+
+ <section id="container" class="one-column">
+ <div id="content" role="main">
+ <?php cryout_before_content_hook(); ?>
+
+<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
+
+ <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+ <h1 class="entry-title"><?php the_title(); ?></h1>
+ <div class="entry-content">
+ <?php the_content(); ?>
+ <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'mantra' ), 'after' => '</div>' ) ); ?>
+ <?php edit_post_link( __( 'Edit', 'mantra' ), '<span class="edit-link">', '</span>' ); ?>
+ </div><!-- .entry-content -->
+ </div><!-- #post-## -->
+
+ <?php comments_template( '', true ); ?>
+
+<?php endwhile; ?>
+ <?php cryout_after_content_hook(); ?>
+ </div><!-- #content -->
+ </section><!-- #container -->
+
+<?php get_footer(); ?>