aboutsummaryrefslogtreecommitdiff
path: root/views/default/errors/404.php
blob: 8bc35acdd594451793375e4d08a256a247f4a98d (plain)
1
2
3
4
5
6
7
8
<?php
/**
 * Page not found error
 */

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

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