shop-old/libs/ctPayGatePHP/includes/html.inc.php
2026-04-20 01:03:43 +02:00

19 lines
391 B
PHP

<html>
<head>
<title><?php echo $filetitle; ?></title>
</head>
<body>
<center>
<p>&nbsp;<p>
<h2><?php echo $realstatus; ?></h2>
<table border=1><tr><td>
<table border=0 cellpadding=4>
<tr><th colspan="2"><u><?php echo $sthInfo; ?></u></th></tr>
<tr><td>&nbsp;</td><td>&nbsp;</td></tr>
<?php echo $info; ?>
</table>
</td></tr></table>
</center>
</body>
</html>