home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
Slashdot
/
footer.php
next >
Wrap
PHP Script
|
2000-11-26
|
1KB
|
43 lines
<?php
global $admin;
if ($index == 1) {
echo "<td> </td><td valign=\"top\" bgcolor=\"#FFFFFF\">";
pollNewest();
bigstory();
if (!$user) {
loginbox();
}
if ($admin) {
adminblock();
}
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 "
</font></td></tr></table></td></tr></table>
<table cellpadding=0 cellspacing=0 border=0 width=99% align=center bgcolor=FFFFFF><tr>
<td colspan=4 align=center><img src=themes/Slashdot/greendot.gif width=80% height=1 hspace=10 vspace=30></td>
</tr><tr>
<td align=center><font size=2>
<form method=post action=search.php>
<input type=text name=query width=20 size=20 length=20>
<input type=submit value=".translate("Search").">
</form>
</font></td>
<td bgcolor=ffffff width=25> </td>
<td align=center><img src=/images/mynetscape.gif>
</td><td bgcolor=ffffff> </td></tr></table><br>
<font color=CCCCCC size=1>";
?>