source: trunk/admin/themes/default/template/advanced_feature.tpl @ 5257

Last change on this file since 5257 was 5123, checked in by plg, 14 years ago

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

  • Property svn:eol-style set to LF
File size: 231 bytes
Line 
1<div class="titrePage">
2  <h2>{'Advanced features'|@translate}</h2>
3</div>
4
5<ul>
6  {foreach from=$advanced_features item=feature}
7    <li><a href="{$feature.URL}" {$TAG_INPUT_ENABLED}>{$feature.CAPTION}</a></li>
8  {/foreach}
9</ul>
Note: See TracBrowser for help on using the repository browser.