12 lines
363 B
Smarty
12 lines
363 B
Smarty
|
{extends file='Tpl:empty.tpl'}
|
||
|
{block name="pagetitle"}{/block}
|
||
|
{block name="content"}
|
||
|
<div class="jumbotron">
|
||
|
<h1 class="display-4">{t domain=$CORE_TEXT_DOMAIN}Disconnected{/t}</h1>
|
||
|
<p class="lead">{t escape=off domain=$CORE_TEXT_DOMAIN}You are now disconnected.{/t}</p>
|
||
|
</div>
|
||
|
{/block}
|
||
|
{*
|
||
|
# vim: autoindent expandtab tabstop=2 shiftwidth=2 softtabstop=2
|
||
|
*}
|