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 >
PHP Script  |  2000-11-26  |  1KB  |  43 lines

  1. <?php
  2. global $admin;
  3. if ($index == 1) {
  4.     echo "<td> </td><td valign=\"top\" bgcolor=\"#FFFFFF\">";
  5.     pollNewest();
  6.     bigstory();
  7.     if (!$user) {
  8.     loginbox();
  9.     }
  10.     if ($admin) {
  11.     adminblock();
  12.     }
  13.     if($cookie[8]) {
  14.     $getblock = mysql_query("select ublock from users where uid='$cookie[0]'");
  15.     $title = "".translate("Menu for")." $cookie[1]";
  16.     list($ublock) = mysql_fetch_row($getblock);
  17.     themesidebox($title, $ublock);
  18.     }
  19.     oldNews($storynum);
  20.     leftblocks();
  21.     rightblocks();
  22.     if ($Ephemerids==1) {
  23.     ephemblock();
  24.     }
  25.     headlines();
  26.     online();
  27. }
  28. echo "
  29. </font></td></tr></table></td></tr></table>
  30. <table cellpadding=0 cellspacing=0 border=0 width=99% align=center bgcolor=FFFFFF><tr>
  31. <td colspan=4 align=center><img src=themes/Slashdot/greendot.gif width=80% height=1 hspace=10 vspace=30></td>
  32. </tr><tr>
  33. <td align=center><font size=2>
  34.     <form method=post action=search.php>
  35.     <input type=text name=query width=20 size=20 length=20>
  36.     <input type=submit value=".translate("Search").">
  37.     </form>
  38. </font></td>
  39. <td bgcolor=ffffff width=25> </td>
  40. <td align=center><img src=/images/mynetscape.gif>
  41. </td><td bgcolor=ffffff> </td></tr></table><br>
  42. <font color=CCCCCC size=1>";
  43. ?>