Changed position of language chooser in desktop mode
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / permissionDenied.tpl
1 {include file="documentHeader"}
2
3 <head>
4 <title>{lang}wcf.global.error.permissionDenied.title{/lang} - {lang}{PAGE_TITLE}{/lang}</title>
5
6 {include file='headInclude'}
7 </head>
8
9 <body id="tpl{$templateName|ucfirst}" data-template="{$templateName}" data-application="{$templateNameApplication}">
10
11 {include file='header' __disableAds=true}
12
13 <p class="error">{lang}wcf.global.error.permissionDenied{/lang}</p>
14
15 {event name='content'}
16
17 {if ENABLE_DEBUG_MODE}
18 <!--
19 {$name} thrown in {$file} ({@$line})
20 Stacktrace:
21 {$stacktrace}
22 -->
23 {/if}
24
25 {include file='footer'}
26
27 </body>
28 </html>