projects
/
WP-Themes
/
charemisd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1dde4c
)
linking the map to the districts we serve page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 13 Aug 2018 13:07:10 +0000
(09:07 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 13 Aug 2018 13:07:10 +0000
(09:07 -0400)
linking front page map to the proper page, id 183
parts/map-front.php
patch
|
blob
|
history
diff --git
a/parts/map-front.php
b/parts/map-front.php
index
ec72980
..
2cec119
100644
(file)
--- a/
parts/map-front.php
+++ b/
parts/map-front.php
@@
-1,6
+1,8
@@
<div id="glm-our-mission" class="row">
<div class="small-12 medium-6 large-5 columns">
- <img src="<?php echo get_template_directory_uri(); ?>/assets/map.png" alt="">
+ <a href="<?php echo get_permalink(183); ?>">
+ <img src="<?php echo get_template_directory_uri(); ?>/assets/map.png" alt="">
+ </a>
</div>
<div class="small-12 medium-6 large-7 columns">
<?php