source: tags/release-1_7_0RC2/template/yoga/profile.tpl @ 15919

Last change on this file since 15919 was 1900, checked in by rub, 17 years ago

Apply property svn:eol-style Value: LF

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 485 bytes
Line 
1<div id="content">
2
3<!-- BEGIN errors -->
4<div class="errors">
5  <ul>
6    <!-- BEGIN error -->
7    <li>{errors.error.ERROR}</li>
8    <!-- END error -->
9  </ul>
10</div>
11<!-- END errors -->
12
13  <div class="titrePage">
14    <ul class="categoryActions">
15      <li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/></a></li>
16    </ul>
17    <h2>{lang:Profile}</h2>
18  </div>
19
20{PROFILE_CONTENT}
21</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.