mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-10 16:25:10 +02:00
f94e5e5511
git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee
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>
|