home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
Ethereal
/
footer.php
< prev
next >
Wrap
PHP Script
|
2000-11-18
|
633b
|
27 lines
<?php
if ($index == 1) {
echo "</td><td> </td><td valign=\"top\" bgcolor=\"#65889C\">";
pollNewest();
bigstory();
searchbox();
if (!$user) {
loginbox();
}
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();
if ($Ephemerids==1) {
ephemblock();
}
headlines();
echo "</td>";
}
echo "</td></tr></table></td></tr></table>";
?>