projects
/
WP-Themes
/
dansgreensideup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a40e97
)
adding client info to footer and contact page link to header
author
Ian Weller
<ian@gaslightmedia.com>
Wed, 11 May 2016 20:12:48 +0000
(16:12 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Wed, 11 May 2016 20:12:48 +0000
(16:12 -0400)
footer.php
patch
|
blob
|
history
header.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
16fb0c7
..
e82d9a3
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-6,7
+6,7
@@
<?php if (is_active_sidebar('sidebar-f')) :?>
<?php dynamic_sidebar('sidebar-f');?>
<?php endif;?>
-
+ <?php get_template_part('parts/client-info-footer');?>
</footer>
diff --git
a/header.php
b/header.php
index
5e6ea4d
..
9d25f9b
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-16,7
+16,7
@@
<header class="main">
<div id="contact" class="row">
<div class="medium-3 columns show-for-medium-up right text-right">
- <a href="
#
">Contact Us</a>
+ <a href="
<?php echo get_permalink(14); ?>
">Contact Us</a>
</div>
</div>
<div class="row">