commenting out some php we don't use that much anymore
authorIan Weller <ian@gaslightmedia.com>
Wed, 11 May 2016 13:18:42 +0000 (09:18 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 11 May 2016 13:18:42 +0000 (09:18 -0400)
root/front-page.php
root/header.php
root/index.php
root/sidebar.php

index 392018e..a420ded 100644 (file)
@@ -19,7 +19,7 @@
             </div>
 <!--
             <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
-                <?php get_sidebar(); ?>
+                <?php //get_sidebar(); ?>
             </div>
 -->
         </div>
index 6271723..19101de 100644 (file)
@@ -19,7 +19,7 @@
                         </div>
 <!--
                         <div class="search-top show-for-large-up">
-                            <?php get_template_part('parts/search');?>
+                            <?php //get_template_part('parts/search');?>
                         </div>
 -->
                     </header>
index c01b260..535fb23 100644 (file)
@@ -20,7 +20,7 @@
                 </div>
 <!--
                 <div class="small-12 medium-6 large-4 columns small-text-center medium-text-left">
-                    <?php get_sidebar(); ?>
+                    <?php //get_sidebar(); ?>
                 </div>
 -->
             </div>
index abb96e5..cd1ead7 100644 (file)
@@ -1,6 +1,6 @@
 <!--
                         <div id="side-nav" class="large-3 columns show-for-large-up" data-equalizer-watch>
                             <div class="row collapse">
-                                <?php glm_side_menu(); ?>
+                                <?php //glm_side_menu(); ?>
                             </div>
                         </div>-->