Line | |
---|
1 | {if ($Slim.style_slim)==1} |
---|
2 | {php} |
---|
3 | header("Refresh: 2; index.php" ); |
---|
4 | {/php} |
---|
5 | |
---|
6 | <div> |
---|
7 | <h3>{'You are not authorized to access the requested page'|@translate}</h3> |
---|
8 | </div> |
---|
9 | {else} |
---|
10 | {$MENUBAR} |
---|
11 | <div id="content" class="content{if isset($MENUBAR)} contentWithMenu{/if}"> |
---|
12 | <div id="infoBlock"> |
---|
13 | <div class="titrePage"> |
---|
14 | <ul class="categoryActions"> |
---|
15 | </ul> |
---|
16 | <h2><a href="{$U_HOME}">{'Home'|@translate}</a>{$LEVEL_SEPARATOR}{'Profile'|@translate}</h2> |
---|
17 | </div> |
---|
18 | </div> |
---|
19 | {include file='infos_errors.tpl'} |
---|
20 | |
---|
21 | {$PROFILE_CONTENT} |
---|
22 | </div> <!-- content --> |
---|
23 | {/if} |
---|
Note: See
TracBrowser
for help on using the repository browser.