6 lines
149 B
PHP
6 lines
149 B
PHP
|
<?php
|
||
|
$self->extends('errors/master');
|
||
|
|
||
|
$self->http_error_title = 'Error 404';
|
||
|
$self->http_error_desc = 'Could not find what you were looking for.';
|