home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / KOMUNIK / progweb / progweb.exe / phpnuke / html / themes / Sunset / footer.php < prev    next >
PHP Script  |  2000-11-16  |  463b  |  20 lines

  1. <?php
  2.  
  3. if ($index == 1) {
  4.     echo "</td><td> </td><td valign=top width=200>\n";
  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. }
  19. echo "</td></tr></table>";
  20. ?>