mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
13 lines
624 B
Scheme
13 lines
624 B
Scheme
<a
|
|
class="nav-link graphql-page $ExtraClass <% if $LinkClass %>{$LinkClass}<% else %>nav-link<% end_if %><% if $RedirectionType = 'External' || $ExternalURL || $OpenInNewWindow %> external<% end_if %><% if $isCurrent || $isSection %> active <% end_if %><% if $isSection %> section<% end_if %>"
|
|
href="{$Link}"
|
|
<% if $RedirectionType = 'External' || $OpenInNewWindow %> target="_blank"<% end_if %>
|
|
data-text="{$MenuTitle.XML}"
|
|
>
|
|
<% if $BlockIcon %>
|
|
<i class="fa-icon $BlockIcon"></i>
|
|
<% end_if %>
|
|
$MenuTitle.XML
|
|
<% if $isCurrent || $isSection %><i class="sr-only">(current)</i><% end_if %>
|
|
</a>
|