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

Last change on this file since 25344 was 18750, checked in by rvelices, 12 years ago

rollback remove empty <ul> ( -r18748 )

  • Property svn:eol-style set to LF
File size: 354 bytes
Line 
1{if isset($MENUBAR)}{$MENUBAR}{/if}
2<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">
3
4<div class="titrePage">
5        <ul class="categoryActions">
6        </ul>
7        <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Profile'|@translate}</h2>
8</div>
9
10{include file='infos_errors.tpl'}
11
12{$PROFILE_CONTENT}
13</div> <!-- content -->
Note: See TracBrowser for help on using the repository browser.