diff options
Diffstat (limited to 'src/views/pages/users/404.html.php')
-rw-r--r-- | src/views/pages/users/404.html.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/views/pages/users/404.html.php b/src/views/pages/users/404.html.php deleted file mode 100644 index 00f9dca..0000000 --- a/src/views/pages/users/404.html.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php global $VARS; -$t = $VARS['template']; -$username = $VARS['username']; - -$t->status('404 Not Found'); -$t->header('User Not Found'); -$t->tag('h1',array(),"404: Not Found"); -$t->paragraph('No user with the name <q>'. - htmlentities($username).'</q> exists.'); -$t->footer(); |