home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
groupoffice-com-2.01
/
error_docs
/
404.php
< prev
Wrap
PHP Script
|
2004-03-08
|
569b
|
27 lines
<?php
require("../Group-Office.php");
$page_title=$http_not_found;
require($GO_THEME->theme_path."simple_header.inc");
?>
<table border="0" class="TableInside" cellpadding="10">
<tr>
<td>
<h1><?php echo $http_not_found; ?></h1>
<?php echo $http_not_found_text; ?>
</td>
</tr>
<tr>
<td>
<?php
$button = new button($cmdBack, "javascript:window.history.go(-1)");
echo ' ';
$button = new button($cmdClose, "javascript:window.close()");
?>
</td>
</tr>
</table>
<?php
require($GO_THEME->theme_path."simple_footer.inc");
?>