[ PHPXref.com ] [ Generated: Sun Jul 20 20:04:03 2008 ] [ PMtool 1.2.2 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> 404.php (source)

   1  <?PHP
   2  /***************************************************************************
   3   * $Source: /cvsroot/pmtool/pmtool/404.php,v $
   4   * $Revision: 1.1.1.1 $
   5   * $Date: 2003/07/28 19:22:22 $
   6   * $Author: willuhn $
   7   * $Locker:  $
   8   * $State: Exp $
   9   *
  10   * Copyright (c) by willuhn.webdesign
  11   * All rights reserved
  12   *
  13   *  This program is free software; you can redistribute it and/or modify
  14   *  it under the terms of the GNU General Public License as published by
  15   *  the Free Software Foundation; either version 2 of the License, or
  16   *  (at your option) any later version.
  17   *
  18   *  This program is distributed in the hope that it will be useful,
  19   *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  20   *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  21   *  GNU General Public License for more details.
  22   *
  23   *  You should have received a copy of the GNU General Public License
  24   *  along with this program; if not, write to the Free Software
  25   *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  26   ***************************************************************************/
  27  ?>
  28  <div>
  29  <h1><?PHP echo $lang['common_404'];?></h1>
  30  <?PHP echo $lang['common_404Text'];?>
  31  <br><br>
  32  <a href="<?PHP echo $HTTP_REFERER;?>">&laquo; <?PHP echo $lang['common_back'];?></a>
  33  
  34  </div>
  35  
  36  <?PHP
  37  /***************************************************************************
  38   * $Log: 404.php,v $
  39   * Revision 1.1.1.1  2003/07/28 19:22:22  willuhn
  40   * reimport
  41   *
  42   * Revision 1.4  2002/04/01 23:17:21  willuhn
  43   * @N added some language stuff
  44   *
  45   * Revision 1.3  2002/02/09 19:38:27  willuhn
  46   * @N added CVS log
  47   * @N added french language file
  48   *
  49   *
  50   ***************************************************************************/
  51  ?>


[ Powered by PHPXref - Served by Debian GNU/Linux ]