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 >
PHP Script  |  2000-11-26  |  2KB  |  40 lines

  1. <?php
  2.  
  3. if ($index == 1) {
  4.     echo "<td> </td><td valign=\"top\" bgcolor=\"white\">";
  5.     pollNewest();
  6.     bigstory();
  7.     if (!$user) {
  8.     loginbox();
  9.     }
  10.     if($cookie[8]) {
  11.         $getblock = mysql_query("select ublock from users where uid='$cookie[0]'");
  12.         $title = "".translate("Menu for")." $cookie[1]";
  13.         list($ublock) = mysql_fetch_row($getblock);
  14.         themesidebox($title, $ublock);
  15.     }
  16.     oldNews($storynum);
  17.     rightblocks();
  18.     echo "</td>";
  19. }
  20. echo "
  21. </td></tr></table></td></tr></table>
  22. <form action=search.php method=post>
  23. <table border=0 cellpadding=0 cellspacing=0 width=100% background=themes/Metal/steel3.jpg>
  24. <tr>
  25. <td background=themes/Metal/tbar1.gif height=17><img src=themes/Metal/tleft1.gif width=17 height=17></td>
  26. <td background=themes/Metal/tbar1.gif align=center width=99%><font size=-2> </font></td>
  27. <td><img src=themes/Metal/tright1.gif width=17 height=17 alt= ></td>
  28. </tr>
  29. <tr bgcolor=#ffffff>
  30.     <td background=themes/Metal/leftbar1.gif align=left> </td>
  31.     <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>
  32. <td background=themes/Metal/rightbar1.gif> </td>
  33. </tr>
  34. <tr>
  35. <TD background=themes/Metal/bbar1.gif valign=top><IMG src=themes/Metal/bleft1.gif width=17 height=17></TD>
  36. <TD background=themes/Metal/bbar1.gif valign=top align=center> </TD>
  37. <TD background=themes/Metal/bbar1.gif valign=top><IMG src=themes/Metal/bright1.gif width=17 height=17></TD>
  38. </TR></table></form>";
  39.  
  40. ?>