removing netbeans fold elements
authorIan Weller <ian@gaslightmedia.com>
Tue, 6 Sep 2016 20:44:22 +0000 (16:44 -0400)
committerIan Weller <ian@gaslightmedia.com>
Tue, 6 Sep 2016 20:44:22 +0000 (16:44 -0400)
I removed what little of the editor-fold tags were availible in original
glmTheme.

root/index.php

index a384308..77417cc 100644 (file)
@@ -30,7 +30,7 @@
      * Site header meta information 
      */
     ?>
-<editor-fold defaultstate="collapsed">
+
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
@@ -39,7 +39,7 @@
     <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
   </head>
-</editor-fold>
+
   <body>
       <div class="off-canvas-wrap" data-offcanvas>
         <div class="inner-wrap">
@@ -51,7 +51,7 @@
  * The first visible items. Top of the Page
  */
 ?>
-<editor-fold defaultstate="collapsed">
+
                     <header>
                         <div class="row">
                             
@@ -62,7 +62,7 @@
                         </div>
 -->
                     </header>
-</editor-fold>
+
 <?php
 /*  
  * 2. /Header
@@ -75,7 +75,7 @@
  * The main navigation for the site. Bar Navigantion
  */
 ?>
-<editor-fold defaultstate="collapsed">
+
                     <nav class="top-bar text-center show-for-large-up" data-topbar role="navigation">
                         <section class="top-bar-section">
                             <?php glm_theme_top_bar(); ?>
@@ -86,7 +86,7 @@
                             <a class="left-off-canvas-toggle menu-icon" href="#"><span>Menu</span></a>
                         </section>
                     </nav>
-</editor-fold>
+
 <?php
 /*
  * 3. /Top Bar
@@ -99,7 +99,7 @@
  * Hidden Off Canvas Menu
  */
 ?>
-<editor-fold defaultstate="collapsed">
+
                     <aside class="left-off-canvas-menu hide-for-large-up">
                         <?php glm_theme_mobile_off_canvas(); ?>
                         <?php get_template_part('parts/search-form');?>
  * End of Off Canvas Menu
  */
 ?>
-</editor-fold>
+
 <?php
 /*
  * 5. Main