mirror of
https://github.com/YunoHost-Apps/piwigo_ynh.git
synced 2024-09-03 20:06:03 +02:00
13 lines
348 B
Smarty
13 lines
348 B
Smarty
|
<dt>{'Links'|@translate}</dt>
|
||
|
<dd>
|
||
|
<ul>{strip}
|
||
|
{foreach from=$block->data item=link}
|
||
|
<li>
|
||
|
<a href="{$link.URL}" class="external"{if isset($link.new_window)} onclick="window.open(this.href, '{$link.new_window.NAME}','{$link.new_window.FEATURES}'); return false;"{/if}>
|
||
|
{$link.LABEL}
|
||
|
</a>
|
||
|
</li>
|
||
|
{/foreach}
|
||
|
{/strip}</ul>
|
||
|
</dd>
|