Sequenzia/app/views/banned/index.php
2013-10-26 18:06:58 -05:00

11 lines
390 B
PHP
Executable File

<div id="static-more">
<h2><?= $this->linkTo(CONFIG()->app_name, '/', ['id' => "site-link"]) ?></h2>
<h5><?= $this->t('.reason') ?>: <?= $this->ban->reason ?></h5>
<?php if ($this->ban->expires_at) : ?>
<p><?= $this->t('.expires_in', ['t' => $this->timeAgoInWords($this->ban->expires_at)]) ?></p>
<?php else: ?>
<p><?= $this->t('.permanent') ?></p>
<?php endif ?>
</div>