View file 404/handlers/404.php

File size: 179B
<?php 

$context['app_name'] = '404';
$context['page_title'] = $context['lang']['page_not_found'];
$context['content'] = $pixelphoto->PX_LoadPage('404/templates/404/index');