portal/source/templates/entry.html.tpl

8 lines
183 B
Smarty
Raw Normal View History

2024-06-02 11:56:52 +02:00
<li class="option">
2024-07-30 10:01:39 +02:00
<a href="{{a_href}}" target="{{a_target}}">
<img src="{{img_src}}" alt="{{img_alt}}"/>
2024-06-02 11:56:52 +02:00
<br/>
<span>{{label}}</span>
</a>
</li>