source: trunk/template/yoga/profile.tpl @ 3557

Last change on this file since 3557 was 3283, checked in by plg, 15 years ago

complement to r3282, remove all $Id$ in source code.

  • Property svn:eol-style set to LF
File size: 515 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="{'return to homepage'|@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.