summaryrefslogtreecommitdiffstats
path: root/application/views/file/fragments/alert-wide.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/file/fragments/alert-wide.php')
-rw-r--r--application/views/file/fragments/alert-wide.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/views/file/fragments/alert-wide.php b/application/views/file/fragments/alert-wide.php
new file mode 100644
index 000000000..d17fdc4c0
--- /dev/null
+++ b/application/views/file/fragments/alert-wide.php
@@ -0,0 +1,3 @@
+<div class="alert <?php echo isset($error_type) ? $error_type : "alert-danger"; ?> alert-wide">
+ <?php echo $error_message; ?>
+</div>