projects
/
WP-Themes
/
devdemo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dff9c4
)
updated the contact link in header
author
Ian Weller
<ian@gaslightmedia.com>
Wed, 3 Aug 2016 18:19:14 +0000
(14:19 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Wed, 3 Aug 2016 18:19:14 +0000
(14:19 -0400)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
ff40ca5
..
7ff18e6
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-42,7
+42,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(
237
); ?>">Contact</a></li>
+ <li><a href="<?php echo get_permalink(
38
); ?>">Contact</a></li>
</ul>
</div>
</div>