icingaweb2-module-director/application/views/scripts/phperror/error.phtml
2017-07-26 11:49:51 +02:00

8 lines
181 B
PHTML

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