portal/source/templates/entry.html.tpl

8 lines
157 B
Smarty
Raw Normal View History

2024-06-02 11:56:52 +02:00
<li class="option">
<a href="{{target}}">
<img src="{{image}}" alt="{{label}}"/>
<br/>
<span>{{label}}</span>
</a>
</li>