<!-- BEGIN FOOTER //-->
<?php
$fAreas = array('admin', 'view', 'add', 'message');
if (!isset($_SESSION['userinfo']) ||
($_SESSION['userinfo']['options'] & OPTION_FRAMES) && in_array($area, $fAreas)) {
echo $options['footerText'];
}
if ($area != "template/footer") {
echo <<<EOT
</td>
EOT;
}
echo "</table>\n";
if (!isset($_REQUEST['embed'])) {
echo <<<EOT
</tr>
</body>
</html>
EOT;
}
?>