aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/profile.tpl
blob: ae9686b5af73ce9898657a039cff4f4697e0c8e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{* $Id$ *}
<div id="content" class="content">

{if isset($errors)}
<div class="errors">
  <ul>
    {foreach from=$errors item=error}
    <li>{$error}</li>
    {/foreach}
  </ul>
</div>
{/if}

  <div class="titrePage">
    <ul class="categoryActions">
      <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>
    </ul>
    <h2>{'Profile'|@translate}</h2>
  </div>

{$PROFILE_CONTENT}
</div> <!-- content -->