summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/mantra/template-twocolumns-right.php')
-rw-r--r--themes/mantra/template-twocolumns-right.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/themes/mantra/template-twocolumns-right.php b/themes/mantra/template-twocolumns-right.php
new file mode 100644
index 00000000..50d6dbba
--- /dev/null
+++ b/themes/mantra/template-twocolumns-right.php
@@ -0,0 +1,21 @@
+<?php /*
+ * Template Name: Two Columns, Sidebar on the Right
+ *
+ * @package Cryout Creations
+ * @subpackage mantra
+ * @since mantra 0.5
+ */
+get_header(); ?>
+
+ <section id="container">
+
+ <div id="content" role="main">
+
+ <?php get_template_part( 'content', 'page'); ?>
+
+ </div><!-- #content -->
+ <?php get_sidebar(); ?>
+ </section><!-- #container -->
+
+
+<?php get_footer(); ?> \ No newline at end of file