View of /mambo/branches/4.6/page404.php
Parent Directory
|
Revision Log
Revision 948 -
(download)
(annotate)
Fri Feb 2 05:02:04 2007 UTC (6 years, 3 months ago) by cauld
File size: 504 byte(s)
Fri Feb 2 05:02:04 2007 UTC (6 years, 3 months ago) by cauld
File size: 504 byte(s)
! Updating all old copyright statements to reference the new copyright.php file for easier maintenance
<?php /** * 404 Error Page * @package Mambo * @copyright Refer to copyright.php * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @author Mambo Foundation Inc see README.php */ /** ensure this file is being included by a parent file */ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); echo T_('The page you are trying to access does not exist.<br />Please select a page from the main menu.'); echo '<br />'.T_('This is from page404.php'); ?>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

