home *** CD-ROM | disk | FTP | other *** search
- <?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>
- ";
-
- ?>