projects
/
WP-Themes
/
DiscoverKZOO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f078a81
)
added echo to footer links
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 29 Feb 2016 19:08:34 +0000
(14:08 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 29 Feb 2016 19:08:34 +0000
(14:08 -0500)
footer.php
patch
|
blob
|
history
diff --git
a/footer.php
b/footer.php
index
32e41fd
..
d7078ef
100644
(file)
--- a/
footer.php
+++ b/
footer.php
@@
-37,8
+37,8
@@
</div>
<div class="small-12 small-text-center medium-5 medium-text-left columns">
<ul>
- <li><a href="<?php get_permalink(3714); ?>">Site Map</a></li>
- <li><a href="<?php get_permalink(3208); ?>">Privacy Policy</a></li>
+ <li><a href="<?php
echo
get_permalink(3714); ?>">Site Map</a></li>
+ <li><a href="<?php
echo
get_permalink(3208); ?>">Privacy Policy</a></li>
</ul>
</div>
</div>