<?PHP /*************************************************************************** * $Source: /cvsroot/pmtool/pmtool/404.php,v $ * $Revision: 1.1.1.1 $ * $Date: 2003/07/28 19:22:22 $ * $Author: willuhn $ * $Locker: $ * $State: Exp $ * * Copyright (c) by willuhn.webdesign * All rights reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. ***************************************************************************/ ?> <div> <h1><?PHP echo $lang['common_404'];?></h1> <?PHP echo $lang['common_404Text'];?> <br><br> <a href="<?PHP echo $HTTP_REFERER;?>">« <?PHP echo $lang['common_back'];?></a> </div> <?PHP /*************************************************************************** * $Log: 404.php,v $ * Revision 1.1.1.1 2003/07/28 19:22:22 willuhn * reimport * * Revision 1.4 2002/04/01 23:17:21 willuhn * @N added some language stuff * * Revision 1.3 2002/02/09 19:38:27 willuhn * @N added CVS log * @N added french language file * * ***************************************************************************/ ?>