projects
/
WP-Themes
/
resorttownship.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
793dc7a
)
linking the sign up for enews page to the button
author
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 12 Jan 2018 21:40:21 +0000
(16:40 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Fri, 12 Jan 2018 21:40:21 +0000
(16:40 -0500)
linking the enews button to the page
parts/action-items.php
patch
|
blob
|
history
diff --git
a/parts/action-items.php
b/parts/action-items.php
index
5c647b3
..
06d07d9
100644
(file)
--- a/
parts/action-items.php
+++ b/
parts/action-items.php
@@
-8,7
+8,7
@@
</div>
<div class="small-12 medium-6 columns enews-logo-column">
<div class="action-item-image">
- <a href="" class="action-item-link">
+ <a href="
<?php echo get_permalink(348); ?>
" class="action-item-link">
<img src="<?php echo get_template_directory_uri() . '/assets/enews.png'; ?>" alt="e-news sign up">
</a>
</div>