home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / groupoffice-com-2.01 / error_docs / 404.php < prev   
PHP Script  |  2004-03-08  |  569b  |  27 lines

  1. <?php
  2. require("../Group-Office.php");
  3. $page_title=$http_not_found;
  4. require($GO_THEME->theme_path."simple_header.inc");
  5. ?>
  6. <table border="0" class="TableInside" cellpadding="10">
  7. <tr>
  8.     <td>
  9.     <h1><?php echo $http_not_found; ?></h1>
  10.     <?php echo $http_not_found_text; ?>
  11.     </td>
  12. </tr>
  13.  
  14. <tr>
  15.     <td>
  16.     <?php
  17.     $button = new button($cmdBack, "javascript:window.history.go(-1)");
  18.     echo '  ';
  19.     $button = new button($cmdClose, "javascript:window.close()");
  20.     ?>
  21.     </td>
  22. </tr>
  23. </table>
  24. <?php
  25. require($GO_THEME->theme_path."simple_footer.inc");
  26. ?>
  27.