flash.moe/tpl/errors/404.php

6 lines
216 B
PHP
Raw Normal View History

<?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.';