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

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

complement to r3282, remove all $Id$ in source code.

  • 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.