mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-04-30 18:42:43 +02:00
11 lines
242 B
Smarty
11 lines
242 B
Smarty
{* $Id$ *}
|
|
<div class="titrePage">
|
|
<h2>{'Advanced_features'|@translate}</h2>
|
|
</div>
|
|
|
|
<ul>
|
|
{foreach from=$advanced_features item=feature}
|
|
<li><a href="{$feature.URL}" {$TAG_INPUT_ENABLED}>{$feature.CAPTION}</a></li>
|
|
{/foreach}
|
|
</ul>
|