source: trunk/template/yoga/menubar_specials.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: 221 bytes
Line 
1<dt>{'Specials'|@translate}</dt>
2<dd>
3        <ul>
4                {foreach from=$block->data item=link}
5                <li><a href="{$link.URL}" title="{$link.TITLE}" {if isset($link.REL)}{$link.REL}{/if}>{$link.NAME}</a></li>
6                {/foreach}
7        </ul>
8</dd>
9
Note: See TracBrowser for help on using the repository browser.