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 >
Wrap
PHP Script
|
2004-03-08
|
552b
|
24 lines
<?php
require("../Group-Office.php");
$page_title=$strAccessDenied;
require($GO_THEME->theme_path."header.inc");
?>
<table cellpadding="10" class="ErrorBox">
<tr>
<td valign="top"><img src="<?php echo $GO_THEME->images['stop']; ?>" border="0" /></td>
<td>
<h1><?php echo $strAccessDenied; ?></h1>
<?php echo $AccessDenied_text; ?>
</td>
</tr>
<tr>
<td colspan="2">
<?php
$button = new button($cmdBack, "javascript:window.history.go(-1)");
?>
</td>
</tr>
</table>
<?php
require($GO_THEME->theme_path."footer.inc");
?>