mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 17:32:25 +02:00
fdfe41e343
git-svn-id: http://piwigo.org/svn/trunk@10812 68402e56-0260-453c-a942-63ccdbb3a9ee
21 lines
360 B
Smarty
21 lines
360 B
Smarty
{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"></ul>
|
|
<h2>{'Profile'|@translate}</h2>
|
|
</div>
|
|
|
|
{$PROFILE_CONTENT}
|
|
</div> <!-- content -->
|