projects
/
WP-Themes
/
thinkdunes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf3da9f
)
added page link to chamber header in side bar
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 22 Apr 2016 19:16:20 +0000
(15:16 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 22 Apr 2016 19:16:20 +0000
(15:16 -0400)
lib/navigation.php
patch
|
blob
|
history
diff --git
a/lib/navigation.php
b/lib/navigation.php
index
48bad2c
..
8aa807f
100644
(file)
--- a/
lib/navigation.php
+++ b/
lib/navigation.php
@@
-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>';
}