summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/phperror/dependencies.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/scripts/phperror/dependencies.phtml')
-rw-r--r--application/views/scripts/phperror/dependencies.phtml9
1 files changed, 9 insertions, 0 deletions
diff --git a/application/views/scripts/phperror/dependencies.phtml b/application/views/scripts/phperror/dependencies.phtml
new file mode 100644
index 0000000..1cbf31e
--- /dev/null
+++ b/application/views/scripts/phperror/dependencies.phtml
@@ -0,0 +1,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>