source: trunk/themes/default/template/profile.tpl @ 10812

Last change on this file since 10812 was 10812, checked in by mistic100, 13 years ago

merge spread_menus to the core

  • Property svn:eol-style set to LF
File size: 360 bytes
Line 
1{if isset($MENUBAR)}{$MENUBAR}{/if}
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"></ul>
16        <h2>{'Profile'|@translate}</h2>
17</div>
18
19{$PROFILE_CONTENT}
20</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.