<?php
/**
 * Page not found error
 */

$message = elgg_echo('error:404');

echo "<h2>$message</h2>";