mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
13 lines
356 B
Scheme
13 lines
356 B
Scheme
<% if $LinkURL %>
|
|
<a href="$LinkURL"{$TargetAttr}$ClassAttr title="Go to $Title">
|
|
<% if $Type == 'Phone' %>
|
|
<i class="fas fa-phone"></i>
|
|
<% else_if $Type == 'Email' %>
|
|
<i class="fas fa-envelope-open"></i>
|
|
<% end_if %>
|
|
<span class="link-label">
|
|
$Title
|
|
</span>
|
|
</a>
|
|
<% end_if %>
|