source: trunk/template/yoga/about.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: 451 bytes
RevLine 
[2352]1<div id="content" class="content">
[859]2  <div class="titrePage">
3    <ul class="categoryActions">
[960]4      <li>
[2223]5        <a href="{$U_HOME}" title="{'return to homepage'|@translate}">
[5021]6          <img src="{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}">
[960]7        </a>
8      </li>
[859]9    </ul>
[2223]10    <h2>{'About'|@translate}</h2>
[859]11  </div>
[1834]12  <ul>
[2223]13  {$ABOUT_MESSAGE}
14  {if isset($THEME_ABOUT) }
15  <li>{$THEME_ABOUT}</li>
16  {/if}
[1779]17  </ul>
[859]18</div>
Note: See TracBrowser for help on using the repository browser.