Add avenze badge to trail detail pages
authorLaury GvR <laury@gaslightmedia.com>
Mon, 8 Apr 2019 21:12:36 +0000 (17:12 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 8 Apr 2019 21:12:36 +0000 (17:12 -0400)
glm-member-db/views/front/members/detail.html

index e066582..c28f1e7 100644 (file)
 
                 {if apply_filters('glm_custom_fields', 'avenza_map_url', $member.memberInfoId)}
                 <div id="glm-member-detail-avenza-section">
-                    <a href="{apply_filters('glm_custom_fields', 'avenza_map_url', $member.memberInfoId)}" target="_blank">View this trail on Avenza Maps</a>
+                    <a href="{apply_filters('glm_custom_fields', 'avenza_map_url', $member.memberInfoId)}" target="_blank">
+                        <img src="https://s3.amazonaws.com/com-avenza-publicsite2-production/images/avenzamaps_store_badge.max-200x200.png">
+                    </a>
+                    <br><br>
+                    Buy the digital version of this map <br>for use in the Avenza Maps App
                 </div>
                 {/if}