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:
b597033
)
changed page link id for contact link in the header
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 6 May 2016 13:11:34 +0000
(09:11 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 6 May 2016 13:11:34 +0000
(09:11 -0400)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
6c19fd1
..
5079ffc
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-26,7
+26,7
@@
<div id="sec-head-nav" class="large-12 columns text-right">
<ul>
<li><a href="<?php echo esc_url( home_url() ); ?>">Home</a></li>
- <li><a href="<?php echo get_permalink(
100
); ?>">Contact</a></li>
+ <li><a href="<?php echo get_permalink(
237
); ?>">Contact</a></li>
</ul>
</div>
</div>