<?php
/************************************************************************/
/* ViperWeb: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Raptr & Godboko */
/* http://development.ea-hq.net */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/* */
/* Based on PHP-Nuke found at http://www.phpnuke.org */
/************************************************************************/
if (eregi("footer.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$footer = 1;
function footmsg() {
global $foot1, $foot2, $foot3, $foot4;
echo ?><div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="70%" id="AutoNumber1">
<tr>
<td width="100%"><?php blocks(bottom); ?></td>
</tr>
</table>
</center>
</div>
<div id="showimage" style="position:absolute;width:250px;left:259;top:0">
<table border="0" width="475" bgcolor="<?php $bgcolor1; ?>" cellspacing="0" cellpadding="2">
<tr>
<td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0"
height="36">
<tr>
<td id="dragbar" style="cursor:hand" width="100%"><ilayer width="100%" onSelectStart="return false"><layer width="100%" onMouseover="dragswitch=1;if (ns4) drag_dropns(showimage)" onMouseout="dragswitch=0"><font face="Verdana"
color="<?php $bgcolor1; ?>"><strong><small>::Floating Block:: Click Here to move around.</small></strong></font></layer></ilayer></td>
<td style="cursor:hand"><a href="#" onClick="hidebox();return false"><img src="../images/close.gif" width="16"
height="14" border=0></a></td>
</tr>
<tr>
<td width="100%" bgcolor="<?php $bgcolor1; ?>" style="padding:4px" colspan="2">
<!-- PUT YOUR CONTENT BETWEEN HERE ---->
<?php blocks(floating); ?>
<!-- END YOUR CONTENT HERE----->
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<?php
}
function foot() {
global $index, $user, $cookie, $storynum, $user, $cookie, $Default_Theme, $foot1, $foot2, $foot3, $foot4;
themefooter();
echo "</body>\n"
."</html>";
}
foot();
?>