home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
Traditional
/
footer.php
next >
Wrap
PHP Script
|
2000-11-18
|
672b
|
31 lines
<?php
global $admin;
if ($index == 1) {
echo "<td> </td><td valign=\"top\" width=150>";
mainblock();
if ($admin) {
adminblock();
}
pollNewest();
bigstory();
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);
leftblocks();
rightblocks();
if ($Ephemerids==1) {
ephemblock();
}
headlines();
online();
}
echo "</td></tr></table></td></tr></table>";
?>