projects
/
WP-Themes
/
shipwreckmuseum.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
675e780
)
missed a link
author
Ian Weller
<ian@gaslightmedia.com>
Thu, 22 Oct 2015 19:15:54 +0000
(15:15 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Thu, 22 Oct 2015 19:15:54 +0000
(15:15 -0400)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
fd17313
..
1be459d
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-20,8
+20,10
@@
<span class="bullet"> • </span>
<span>
<?php $contactPage = get_page_by_title('Contact');?>
- <?php if($newsPage):?>
- <a href="<?php echo get_page_link($contactPage->ID);?>">Contact Us</a></span>
+ <?php if($contactPage):?>
+ <a href="<?php echo get_page_link($contactPage->ID);?>">Contact Us</a>
+ <?php endif;?>
+ </span>
</div>
</div>
</div>