summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/phperror/dependencies.phtml
blob: 1cbf31e251b04e00e30cb5a5aac0f99e34b9365b (plain)
1
2
3
4
5
6
7
8
9
<div class="controls">
<?= $this->tabs ?>
<h1><?= $this->escape($this->title) ?></h1>
</div>

<div class="content">
<p class="legacy-error"><?= $this->escape($this->message) ?></p>
<?= $this->table ?>
</div>