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

<!-- BEGIN errors -->
<div class="errors">
  <ul>
    <!-- BEGIN error -->
    <li>{errors.error.ERROR}</li>
    <!-- END error -->
  </ul>
</div>
<!-- END errors -->

  <div class="titrePage">
    <ul class="categoryActions">
      <li><a href="{U_RETURN}" title="{lang:return to homepage}"><img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/></a></li>
    </ul>
    <h2>{lang:Profile}</h2>
  </div>

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