Source for file page404.php

Documentation is available at page404.php

  1. <?php
  2. /**
  3. * 404 Error Page
  4. @package Mambo
  5. @author Mambo Foundation Inc see README.php
  6. @copyright Mambo Foundation Inc.
  7. *  See COPYRIGHT.php for copyright notices and details.
  8. @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see
  9. *  LICENSE.php
  10. *  Mambo is free software; you can redistribute it and/or
  11. *  modify it under the terms of the GNU General Public License
  12. *  as published by the Free Software Foundation; version 2 of the
  13. *  License.
  14. */
  15.  
  16. /** ensure this file is being included by a parent file */
  17. defined'_VALID_MOS' or die'Direct Access to this location is not allowed.' );
  18.  
  19. echo T_('The page you are trying to access does not exist.<br />Please select a page from the main menu.');
  20. echo '<br />'.T_('This is from page404.php');
  21.  
  22. ?>

Documentation generated on Mon, 05 May 2008 16:21:41 +0400 by phpDocumentor 1.4.0