icingaweb2-module-director/application/views/scripts/phperror/error.phtml

9 lines
181 B
PHTML
Raw Normal View History

<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?></h1>
</div>
<div class="content">
<p class="error"><?= $this->escape($this->message) ?></p>
</div>