diff options
Diffstat (limited to 'system/404.php')
-rw-r--r-- | system/404.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/404.php b/system/404.php index a92e9d6..1553291 100644 --- a/system/404.php +++ b/system/404.php @@ -11,6 +11,7 @@ if(!defined('ROOT')) { #=============================================================================== try { $MainTemplate = Template\Factory::build('main'); + $MainTemplate->set('NAME', '404 Not Found'); $MainTemplate->set('HEAD', [ 'NAME' => '404 Not Found', 'DESC' => "The requested URL {$_SERVER['REQUEST_URI']} was not found on this server." |