source: trunk/template/yoga/profile.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: 501 bytes
Line 
1<div id="content" class="content">
2
3{if isset($errors)}
4<div class="errors">
5  <ul>
6    {foreach from=$errors item=error}
7    <li>{$error}</li>
8    {/foreach}
9  </ul>
10</div>
11{/if}
12
13  <div class="titrePage">
14    <ul class="categoryActions">
15      <li><a href="{$U_HOME}" title="{'Home'|@translate}"><img src="{$ROOT_URL}{$themeconf.icon_dir}/Home.png" class="button" alt="{'Home'|@translate}"></a></li>
16    </ul>
17    <h2>{'Profile'|@translate}</h2>
18  </div>
19
20{$PROFILE_CONTENT}
21</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.