summaryrefslogtreecommitdiffstats
path: root/application/models/file_mod.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/models/file_mod.php')
-rw-r--r--application/models/file_mod.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/application/models/file_mod.php b/application/models/file_mod.php
index 08f43853c..68755cc54 100644
--- a/application/models/file_mod.php
+++ b/application/models/file_mod.php
@@ -125,7 +125,7 @@ class File_mod extends CI_Model {
function non_existent()
{
- $data["title"] = "Not Found";
+ $data["title"] .= " - Not Found";
$this->output->set_status_header(404);
$this->load->view($this->var->view_dir.'/header', $data);
$this->load->view($this->var->view_dir.'/non_existent', $data);