404.php 76 B

1234567
  1. <?php
  2. /**
  3. * Page not found error
  4. */
  5. echo elgg_echo('error:404:content');