portal/source/templates/entry.html.tpl
2024-07-30 10:01:39 +02:00

7 lines
183 B
Smarty

<li class="option">
<a href="{{a_href}}" target="{{a_target}}">
<img src="{{img_src}}" alt="{{img_alt}}"/>
<br/>
<span>{{label}}</span>
</a>
</li>