moving contact page
authorIan Weller <ian@gaslightmedia.com>
Tue, 21 Jun 2016 18:21:54 +0000 (14:21 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 21 Jun 2016 18:21:54 +0000 (14:21 -0400)
page-22.php [new file with mode: 0644]
page-38.php [deleted file]

diff --git a/page-22.php b/page-22.php
new file mode 100644 (file)
index 0000000..8317cee
--- /dev/null
@@ -0,0 +1,20 @@
+<?php get_header(); ?>
+<main class="page-inside">
+        <div id="content-wrapper">
+            <div class="row">
+                <div id="main-content" class="small-12 columns">
+                        <?php if(have_posts()) : while(have_posts()): the_post();?>
+                        <?php the_content();?>
+                        <?php endwhile; else:?>
+                        <p><?php _e('Sorry, no results found.');?></p>
+                        <?php endif;?>
+                        <?php echo do_shortcode('[contact-form-7 id="48" title="Contact form 1"]');?>
+                </div>
+<!--
+                <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
+                    <?php //get_sidebar(); ?>
+                </div>
+-->
+            </div>
+        </div>
+<?php get_footer(); ?>
diff --git a/page-38.php b/page-38.php
deleted file mode 100644 (file)
index 8317cee..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php get_header(); ?>
-<main class="page-inside">
-        <div id="content-wrapper">
-            <div class="row">
-                <div id="main-content" class="small-12 columns">
-                        <?php if(have_posts()) : while(have_posts()): the_post();?>
-                        <?php the_content();?>
-                        <?php endwhile; else:?>
-                        <p><?php _e('Sorry, no results found.');?></p>
-                        <?php endif;?>
-                        <?php echo do_shortcode('[contact-form-7 id="48" title="Contact form 1"]');?>
-                </div>
-<!--
-                <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
-                    <?php //get_sidebar(); ?>
-                </div>
--->
-            </div>
-        </div>
-<?php get_footer(); ?>