Merge pull request #1783 from joshuaruesweg/search
[GitHub/WoltLab/WCF.git] / com.woltlab.wcf / templates / offline.tpl
1 {include file='documentHeader'}
2
3 <head>
4 <title>{PAGE_TITLE|language}</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' skipBreadcrumbs=true}
12
13 <div class="warning">
14 <p><strong>{lang}wcf.page.offline{/lang}</strong></p>
15 <p>{if OFFLINE_MESSAGE_ALLOW_HTML}{@OFFLINE_MESSAGE|language}{else}{@OFFLINE_MESSAGE|language|newlineToBreak}{/if}</p>
16 </div>
17
18 {include file='footer'}
19
20 </body>
21 </html>