home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
Xeron
/
footer.php
< prev
next >
Wrap
PHP Script
|
2000-11-18
|
783b
|
24 lines
<?php
if ($index == 1) {
echo "<td background=images/separa.gif><img src=images/nada.gif height=1 width=1 border=0></td><td bgcolor=white valign=\"top\">";
pollNewest();
bigstory();
if($cookie[8]) {
$getblock = mysql_query("select ublock from users where uid='$cookie[0]'");
$title = "".translate("Menu for")." $cookie[1]";
list($ublock) = mysql_fetch_row($getblock);
themesidebox($title, $ublock);
}
oldNews($storynum);
rightblocks();
echo "</td>";
}
echo "
</td></tr></table>
<table width=100% cellspacing=0 cellpadding=0 border=0>
<tr><td bgcolor=333333><img src=images/nada.gif width=1 height=1 border=0></td></tr>
<tr><td bgcolor=FFFFFF><img src=images/nada.gif width=1 height=1 border=0></td></tr>
</table>";
?>