source: branches/2.0/admin/template/goto/advanced_feature.tpl @ 4894

Last change on this file since 4894 was 2531, checked in by vdigital, 16 years ago

roma tpl were missing.

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 242 bytes
Line 
1{* $Id: advanced_feature.tpl 2531 2008-09-14 12:25:34Z 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.