aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/profile.tpl
blob: 7870cf8320b9665dbbd5cec19e73f5337c777beb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{if isset($MENUBAR)}{$MENUBAR}{/if}
<div id="content" class="content">

{if isset($errors)}
<div class="errors">
  <ul>
    {foreach from=$errors item=error}
    <li>{$error}</li>
    {/foreach}
  </ul>
</div>
{/if}

<div class="titrePage">
	<ul class="categoryActions">
		<li><a href="{$U_HOME}" title="{'Home'|@translate}" class="pwg-state-default pwg-button">
			<span class="pwg-icon pwg-icon-home">&nbsp;</span><span class="pwg-button-text">{'Home'|@translate}</span>
		</a></li>
  </ul>
	<h2>{'Profile'|@translate}</h2>
</div>

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