diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2018-03-10 19:10:16 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-10 19:10:23 -0500 |
commit | f0ba08ced62b6fb3d1d5c7f1c1dd18b9b880a515 (patch) | |
tree | 4d1b83b544d48f04f78a6a1f52c903c32e2bd9dc /themes/mantra/templates/template-threecolumns-left.php | |
parent | Update akismet 4.0.2 (diff) | |
download | blogs-gentoo-f0ba08ced62b6fb3d1d5c7f1c1dd18b9b880a515.tar.gz blogs-gentoo-f0ba08ced62b6fb3d1d5c7f1c1dd18b9b880a515.tar.bz2 blogs-gentoo-f0ba08ced62b6fb3d1d5c7f1c1dd18b9b880a515.zip |
Update mantra 3.0.4
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'themes/mantra/templates/template-threecolumns-left.php')
-rw-r--r-- | themes/mantra/templates/template-threecolumns-left.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/themes/mantra/templates/template-threecolumns-left.php b/themes/mantra/templates/template-threecolumns-left.php new file mode 100644 index 00000000..2f2f2eb8 --- /dev/null +++ b/themes/mantra/templates/template-threecolumns-left.php @@ -0,0 +1,26 @@ +<?php /* + * Template Name: Three Columns, Sidebars 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/content', 'page'); ?> + + <?php cryout_after_content_hook(); ?> + + </div><!-- #content --> + + <?php get_sidebar(); ?> + </section><!-- #container --> + + +<?php get_footer(); ?> |