summaryrefslogtreecommitdiffstats
path: root/application/views/errors/html/error_404.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/errors/html/error_404.php')
-rw-r--r--application/views/errors/html/error_404.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/views/errors/html/error_404.php b/application/views/errors/html/error_404.php
new file mode 100644
index 000000000..2e69d7e00
--- /dev/null
+++ b/application/views/errors/html/error_404.php
@@ -0,0 +1,3 @@
+<?php
+$title = "404 Page Not Found";
+include APPPATH."errors/error_general.php";