Setup contact page.
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 13 Oct 2014 18:32:09 +0000 (14:32 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 13 Oct 2014 18:32:09 +0000 (14:32 -0400)
page-22.php

index 08eb47b..a34bf42 100755 (executable)
@@ -1,20 +1,20 @@
 <?php get_header();?>
-<?php get_sidebar();?>
+
+        <?php get_sidebar();?>
         <div id="main" class="small-12 medium-10 columns">
-            <div id="toolbox">
             <?php if(function_exists('bcn_display') && !is_front_page())
                 {
                     echo "<div class=\"breadcrumbs\">";
                     bcn_display();
                     echo "</div>";
                 }?>
+            <div id="toolbox">
                 <?php if(have_posts()) : while(have_posts()): the_post();?>
                 <?php the_content();?>
                 <?php endwhile; else:?>
                 <p><?php _e('Sorry, no posts yet');?></p>
                 <?php endif;?>
-
                 <?php echo do_shortcode('[contact-form-7 id="30" title="Contact form 1"]');?>
             </div><!-- /#toolbox -->
-
 <?php get_footer();?>
+