source: extensions/simple_themes/simple/template/profile.tpl @ 13556

Last change on this file since 13556 was 13556, checked in by plg, 12 years ago

import theme Simple version 2.5.1

  • refactor code for #titrePage and add the link to switch the menu
  • fixes for comments page
  • fixes for pages where the $MENUBAR is present
File size: 372 bytes
Line 
1{assign var='pagetitle' value='Profile'}
2{include file='pagetitle.tpl'}
3
4<div id="content">
5  {if isset($MENUBAR)}{$MENUBAR}{/if}
6  {if isset($errors)}
7  <div class="errors">
8    <ul>
9      {foreach from=$errors item=error}
10      <li>{$error}</li>
11      {/foreach}
12    </ul>
13  </div>
14  {/if}
15  {$PROFILE_CONTENT}
16  <div style="clear: both;"></div>
17</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.