|
<?php if ($this->fatalError): ?>
|
|
|
|
<p class="flash-message static error"><?= e(trans($this->fatalError)) ?></p>
|
|
<p><a href="<?= Backend::url('system/settings') ?>" class="btn btn-default"><?= e(trans('system::lang.settings.return')) ?></a></p>
|
|
|
|
<?php endif ?>
|