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

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

{include file='infos_errors.tpl'}

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