<?php
/**
* +-------------------------------------------------------------------+
* | I M A G E M A K E R (v1.1) |
* | |
* | Copyright Gerd Tentler www.gerd-tentler.de/tools |
* | Created: May 26, 2006 Last modified: Sep. 5, 2010 |
* +-------------------------------------------------------------------+
* | This program may be used and hosted free of charge by anyone for |
* | personal purpose as long as this copyright notice remains intact. |
* | |
* | Obtain permission before selling the code for this program or |
* | hosting this software on a commercial website or redistributing |
* | this software over the Internet or in any other medium. In all |
* | cases copyright must remain intact. |
* +-------------------------------------------------------------------+
*/
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html style="height:100%; margin:0">
<head>
<title>ImageMaker</title>
</head>
<body style="height:100%; margin:0; background-color:#808080">
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="90%"><tr>
<td align="center">
<?php include_once('imagemaker.inc.php'); ?>
<script type="text/javascript">
var imo = new IMAGEMAKER();
imo.create();
</script>
</td>
</tr></table>
</body>
</html>