Files
mccans-theme/tpl/page-tile.tpl
2025-06-25 16:04:19 -07:00

10 lines
320 B
Smarty

<div class="page-tile">
<a href="{{ url }}">
<img src="{{ thumbnail }}" alt="{{ title }}" />
</a>
<h2>
<a href="{{ url }}">{{{ title }}}{{#if count}} ({{count}} Products){{/if}}</a>
</h2>
<a href="{{ url }}" class="learn-more">Learn More {{#assetContents arrow-right.svg}}</a>
</div>