summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2016-08-23 20:11:24 -0400
committerAnthony G. Basile <blueness@gentoo.org>2016-08-23 20:11:24 -0400
commite04e494fa17cd2b010185b7f30a032857406316d (patch)
treed01d0a211ae1a06f7c3076366a2666609666da7c /themes/mantra/page.php
parentUpdate plugin wordpress-importer to 0.6.3 (diff)
downloadblogs-gentoo-e04e494fa17cd2b010185b7f30a032857406316d.tar.gz
blogs-gentoo-e04e494fa17cd2b010185b7f30a032857406316d.tar.bz2
blogs-gentoo-e04e494fa17cd2b010185b7f30a032857406316d.zip
Update theme mantra to 2.6.0
Diffstat (limited to 'themes/mantra/page.php')
-rw-r--r--themes/mantra/page.php68
1 files changed, 34 insertions, 34 deletions
diff --git a/themes/mantra/page.php b/themes/mantra/page.php
index dc1a04c1..bb8f6190 100644
--- a/themes/mantra/page.php
+++ b/themes/mantra/page.php
@@ -1,34 +1,34 @@
-<?php
-/**
- * The template for displaying all pages.
- *
- * This is the template that displays all pages by default.
- * Please note that this is the WordPress construct of pages
- * and that other 'pages' on your WordPress site will use a
- * different template.
- *
- * @package Cryout Creations
- * @subpackage mantra
- * @since mantra 0.5
- */
-get_header();
-if ($mantra_frontpage=="Enable" && is_front_page() ) {
-mantra_frontpage_generator();
-}
-else {
-?>
- <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 } // else
-get_footer(); ?>
+<?php
+/**
+ * The template for displaying all pages.
+ *
+ * This is the template that displays all pages by default.
+ * Please note that this is the WordPress construct of pages
+ * and that other 'pages' on your WordPress site will use a
+ * different template.
+ *
+ * @package Cryout Creations
+ * @subpackage mantra
+ * @since mantra 0.5
+ */
+get_header();
+if ($mantra_frontpage=="Enable" && is_front_page() ) {
+mantra_frontpage_generator();
+}
+else {
+?>
+ <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 } // else
+get_footer(); ?>