6 lines
216 B
PHP
6 lines
216 B
PHP
|
<?php
|
||
|
$self->extends('errors/master');
|
||
|
|
||
|
$self->http_error_image = '/assets/errors/404.jpg';
|
||
|
$self->http_error_desc = 'Whatever you\'re looking for is no longer here, or might not have been here in the first place.';
|