added page link to chamber header in side bar
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 22 Apr 2016 19:16:20 +0000 (15:16 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 22 Apr 2016 19:16:20 +0000 (15:16 -0400)
lib/navigation.php

index 48bad2c..8aa807f 100644 (file)
@@ -267,10 +267,8 @@ function glm_side_menu($mobile = false) {
         }
         echo '>'.$pageHead->title.'</a><ul>';
     } else {
-        echo '<h1><a href="'.$pageHead->url.'"';
-        if ($pageHead->target) {
-            echo ' target="'.$pageHead->target.'"';
-        }
+        echo '<h1><a href="'. get_permalink(142).'"';
+
         echo '> CHAMBER </a></h1>';
         echo '<ul>';
     }