<?php
// In the case that we are not looking up a movie this will be false.
$revLs = true;
require("process.php");
if ($revLs) {
?>
<html>
<head>
<title><?=$title?></title>
<link rel="stylesheet" href="<?=$CONFIG['server_url'];?>/emovstyle.css" type="text/css" />
</head>
<body>
<?=$zipForm?>
</body>
</html>
<?php
}
?>
|