update for nav fix
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 26 May 2016 21:04:51 +0000 (17:04 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 26 May 2016 21:04:51 +0000 (17:04 -0400)
lib/navigation.php
style.css

index 3046523..3b8f3fa 100644 (file)
@@ -311,12 +311,12 @@ function glm_side_menu($mobile = false) {
         }
         echo '<ul>';
     } else {
-        echo '<h1><a href="'. get_permalink(142).'"';
+        //echo '<h1><a href="'. get_permalink(142).'"';
         if(is_page(142) || 142 == $post->post_parent || is_tree(142)){
             echo '<h1><a href="'. get_permalink(142).'"';
             echo '> CHAMBER </a></h1>';
         } else {
-             echo '<h1><a href="'. get_permalink(137).'"';
+            echo '<h1><a href="'. get_permalink(137).'"';
             echo '> COMMUNITY </a></h1>';
         }
         echo '<ul>';
index a1ff0ca..463725a 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ThinkDunes
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ThinkDunes
-Version: 1.0.0
+Version: 1.0.1a
 */