aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/profile.tpl
blob: de28d0e91598e9361e0685ab11020012cd5aa171 (plain)
1
2
3
4
5
6
7
8
9
10
11
{if isset($MENUBAR)}{$MENUBAR}{/if}
<div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}">

<div class="titrePage">
	<h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Profile'|@translate}</h2>
</div>

{include file='infos_errors.tpl'}

{$PROFILE_CONTENT}
</div> <!-- content -->