source: extensions/Versa/template/profile.tpl @ 31833

Last change on this file since 31833 was 31833, checked in by lexming, 7 years ago

Initial commit

  • Property svn:executable set to *
File size: 593 bytes
Line 
1<div id="mainBox">
2
3{if isset($MENUBAR)}{$MENUBAR}{/if}
4{combine_script id='menu.switch' load='footer' require='jquery' path='themes/versa/js/menuswitch.js'}
5
6<div id="contentBox">
7<div id="content" class="content">
8
9{if isset($errors) or isset($infos)}
10<div class="content messages">
11{include file='infos_errors.tpl'}
12</div>
13{/if}
14
15<div class="titrePage">
16        <ul class="categoryActions">
17        </ul>
18        <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Profile'|@translate}</h2>
19</div>
20
21{$PROFILE_CONTENT}
22
23</div> <!-- content -->
24</div> <!-- contentBox -->
25</div> <!-- mainBox -->
Note: See TracBrowser for help on using the repository browser.