Rev | Line | |
---|
[9134] | 1 | {php} |
---|
| 2 | global $conf; |
---|
| 3 | $this->assign('LEVEL_SEPARATOR', $conf[ 'level_separator' ]); |
---|
| 4 | {/php} |
---|
[7989] | 5 | <div class="titrePage"> |
---|
[9134] | 6 | <div class="browsePath"> |
---|
[12960] | 7 | <h2> |
---|
| 8 | {if isset($MENUBAR)} |
---|
| 9 | <span id="menuswitcher" title="{'Show/hide menu'|@translate}">{'Menu'|@translate}</span><span class="arrow"> »</span> |
---|
| 10 | {/if} |
---|
| 11 | <a href="{$U_HOME}">{'Home'|@translate}</a> |
---|
| 12 | {$LEVEL_SEPARATOR}{'Profile'|@translate} |
---|
| 13 | </h2> |
---|
[9134] | 14 | </div> |
---|
[7989] | 15 | </div> |
---|
| 16 | <div id="content"> |
---|
[12960] | 17 | {if isset($MENUBAR)}{$MENUBAR}{/if} |
---|
| 18 | <div id="content_cell"> |
---|
| 19 | <div class="content_block"> |
---|
| 20 | {if isset($errors)} |
---|
| 21 | <div class="errors"> |
---|
| 22 | <ul> |
---|
| 23 | {foreach from=$errors item=error} |
---|
| 24 | <li>{$error}</li> |
---|
| 25 | {/foreach} |
---|
| 26 | </ul> |
---|
| 27 | </div> |
---|
| 28 | {/if} |
---|
| 29 | {$PROFILE_CONTENT} |
---|
[9134] | 30 | </div> |
---|
[12960] | 31 | </div> |
---|
[9134] | 32 | </div> <!-- content --> |
---|
Note: See
TracBrowser
for help on using the repository browser.