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

Last change on this file since 5021 was 5021, checked in by nikrou, 14 years ago

Feature 1451 : localization with gettext
Use php-gettext (developpement version rev43, because of php5.3) as fallback
Use native language (english) instead of key for translation
Keep directory en_UK for english customization
Need some refactoring for plurals

Todo : managing plugins in the same way

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