home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2001 March
/
PCWorld_2001-03_cd.bin
/
KOMUNIK
/
progweb
/
progweb.exe
/
phpnuke
/
html
/
themes
/
Metal
/
footer.php
< prev
next >
Wrap
PHP Script
|
2000-11-26
|
2KB
|
40 lines
<?php
if ($index == 1) {
echo "<td> </td><td valign=\"top\" bgcolor=\"white\">";
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);
rightblocks();
echo "</td>";
}
echo "
</td></tr></table></td></tr></table>
<form action=search.php method=post>
<table border=0 cellpadding=0 cellspacing=0 width=100% background=themes/Metal/steel3.jpg>
<tr>
<td background=themes/Metal/tbar1.gif height=17><img src=themes/Metal/tleft1.gif width=17 height=17></td>
<td background=themes/Metal/tbar1.gif align=center width=99%><font size=-2> </font></td>
<td><img src=themes/Metal/tright1.gif width=17 height=17 alt= ></td>
</tr>
<tr bgcolor=#ffffff>
<td background=themes/Metal/leftbar1.gif align=left> </td>
<td width=100% valign=top background=themes/Metal/steel3.jpg><center><font size=2><form action=search.php method=post>".translate("Search:")." <input type=text name=query></form></font></center></td>
<td background=themes/Metal/rightbar1.gif> </td>
</tr>
<tr>
<TD background=themes/Metal/bbar1.gif valign=top><IMG src=themes/Metal/bleft1.gif width=17 height=17></TD>
<TD background=themes/Metal/bbar1.gif valign=top align=center> </TD>
<TD background=themes/Metal/bbar1.gif valign=top><IMG src=themes/Metal/bright1.gif width=17 height=17></TD>
</TR></table></form>";
?>