<body id="tpl{$templateName|ucfirst}">
-{include file='header'}
+{include file='header' skipBreadcrumbs=true}
<div class="warning">
<p><strong>{lang}wcf.page.offline{/lang}</strong></p>
- <p>{if OFFLINE_MESSAGE_ALLOW_HTML}{@OFFLINE_MESSAGE}{else}{@OFFLINE_MESSAGE|htmlspecialchars|nl2br}{/if}</p>
+ <p>{if OFFLINE_MESSAGE_ALLOW_HTML}{@OFFLINE_MESSAGE|language}{else}{@OFFLINE_MESSAGE|language|htmlspecialchars|nl2br}{/if}</p>
</div>
{include file='footer'}
{if OFFLINE && $__wcf->session->getPermission('admin.general.canViewPageDuringOfflineMode')}
<div class="warning">
<p><strong>{lang}wcf.page.offline{/lang}</strong></p>
- <p>{if OFFLINE_MESSAGE_ALLOW_HTML}{@OFFLINE_MESSAGE}{else}{@OFFLINE_MESSAGE|htmlspecialchars|nl2br}{/if}</p>
+ <p>{if OFFLINE_MESSAGE_ALLOW_HTML}{@OFFLINE_MESSAGE|language}{else}{@OFFLINE_MESSAGE|language|htmlspecialchars|nl2br}{/if}</p>
</div>
{/if}