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

Last change on this file since 3185 was 3185, checked in by nikrou, 15 years ago

fix html warnings. unclosed monotags

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 526 bytes
Line 
1{* $Id: profile.tpl 3185 2009-03-09 19:41:45Z nikrou $ *}
2<div id="content" class="content">
3
4{if isset($errors)}
5<div class="errors">
6  <ul>
7    {foreach from=$errors item=error}
8    <li>{$error}</li>
9    {/foreach}
10  </ul>
11</div>
12{/if}
13
14  <div class="titrePage">
15    <ul class="categoryActions">
16      <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>
17    </ul>
18    <h2>{'Profile'|@translate}</h2>
19  </div>
20
21{$PROFILE_CONTENT}
22</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.