Skip to content

Commit

Permalink
Update contact.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
maks feltrin committed Aug 29, 2015
1 parent f5b5150 commit 664c39c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<?php echo $address; ?>
</address>
<?php if ($geocode) { ?>
<a href="https://maps.google.com/maps?q=<?php echo urlencode($geocode); ?>&hl=en&t=m&z=15" target="_blank" class="btn btn-info"><i class="fa fa-map-marker"></i> <?php echo $button_map; ?></a>
<a href="https://maps.google.com/maps?q=<?php echo urlencode($geocode); ?>&hl=<?php echo $geocode_hl; ?>&t=m&z=15" target="_blank" class="btn btn-info"><i class="fa fa-map-marker"></i> <?php echo $button_map; ?></a>
<?php } ?>
</div>
<div class="col-sm-3"><strong><?php echo $text_telephone; ?></strong><br>
Expand Down

0 comments on commit 664c39c

Please sign in to comment.