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

  1. <?php
  2. require("../Group-Office.php");
  3. $page_title=$strAccessDenied;
  4. require($GO_THEME->theme_path."header.inc");
  5. ?>
  6. <table cellpadding="10" class="ErrorBox">
  7. <tr>
  8.     <td valign="top"><img src="<?php echo $GO_THEME->images['stop']; ?>" border="0" /></td>
  9.     <td>
  10.     <h1><?php echo $strAccessDenied; ?></h1>
  11.     <?php echo $AccessDenied_text; ?>
  12.     </td>
  13. </tr>
  14. <tr>
  15.     <td colspan="2">
  16.     <?php
  17.     $button = new button($cmdBack, "javascript:window.history.go(-1)");
  18.     ?>
  19.     </td>
  20. </tr>
  21. </table>
  22. <?php
  23. require($GO_THEME->theme_path."footer.inc");
  24. ?>