cms-niceties/templates/A2nt/CMSNiceties/Widgets/BannerWidget.ss

9 lines
285 B
Scheme
Executable File

<img src="$Image.FocusFill(432,315).URL" alt="$Title" />
<% if $Link %>
<% with $Link %>
<a href="$URL"<% if $OpenInNewWindow %> target="_blank"<% end_if %> class="stretched-link">
<span class="visually-hidden">$Up.Title</span>
</a>
<% end_with %>
<% end_if %>