View file 404/handlers/404.php
<?php
$context['app_name'] = '404';
$context['page_title'] = $context['lang']['page_not_found'];
$context['content'] = $pixelphoto->PX_LoadPage('404/templates/404/index');
<?php
$context['app_name'] = '404';
$context['page_title'] = $context['lang']['page_not_found'];
$context['content'] = $pixelphoto->PX_LoadPage('404/templates/404/index');