1 2 3 4 5 6 7 8
<?php /** * Page not found error */ $message = elgg_echo('error:404'); echo "<h2>$message</h2>";