source: extensions/Slim/template/profile.tpl @ 18811

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