home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / KOMUNIK / progweb / progweb.exe / phpnuke / html / themes / Barrapunto / footer.php < prev    next >
Encoding:
PHP Script  |  2000-10-27  |  498 b   |  21 lines

  1. <?PHP
  2.  
  3. if ($index == 1) {
  4.     echo "<td> </td><td valign=\"top\">";
  5.     pollNewest();
  6.     if (!$user) {
  7.     loginbox();
  8.     }
  9.     if($cookie[8]) {
  10.         $getblock = mysql_query("select ublock from users where uid='$cookie[0]'");
  11.         $title = "".translate("Menu for")." $cookie[1]";
  12.         list($ublock) = mysql_fetch_row($getblock);
  13.         themesidebox($title, $ublock);
  14.     }
  15.     oldNews($storynum);
  16.     rightblocks();
  17.     echo "</td>";
  18. }
  19. echo "</td></tr></table></td></tr></table>";
  20.  
  21. ?>