Skip to content

Commit

Permalink
Remove (old) Smarty-forward incompatible syntax from Address.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Feb 24, 2023
1 parent 9bdf38e commit b99720b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Contact/Page/Inline/Address.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
!empty($add.geo_code_2) AND
is_numeric($add.geo_code_2)
}
<br /><a href="{crmURL p='civicrm/contact/map' q="reset=1&cid=`$contactId`&lid=`$add.location_type_id`"}" title="{ts 1=`$add.location_type`}Map %1 Address{/ts}"><i class="crm-i fa-map-marker" aria-hidden="true"></i> {ts}Map{/ts}</a>
<br /><a href="{crmURL p='civicrm/contact/map' q="reset=1&cid=$contactId&lid=$add.location_type_id"}" title="{ts 1=$add.location_type}Map %1 Address{/ts}"><i class="crm-i fa-map-marker" aria-hidden="true"></i> {ts}Map{/ts}</a>
{/if}
</div>
<div class="crm-content">
Expand Down

0 comments on commit b99720b

Please sign in to comment.