source: trunk/admin/template/goto/advanced_feature.tpl @ 3282

Last change on this file since 3282 was 3282, checked in by plg, 15 years ago

change: according to topic:15067, svn:keywords property was removed

  • Property svn:eol-style set to LF
File size: 342 bytes
Line 
1{* $Id: /piwigo/trunk/admin/template/goto/advanced_feature.tpl 6371 2008-09-14T12:25:34.485116Z vdigital  $ *}
2<div class="titrePage">
3  <h2>{'Advanced_features'|@translate}</h2>
4</div>
5
6<ul>
7  {foreach from=$advanced_features item=feature}
8    <li><a href="{$feature.URL}" {$TAG_INPUT_ENABLED}>{$feature.CAPTION}</a></li>
9  {/foreach}
10</ul>
Note: See TracBrowser for help on using the repository browser.