home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / KOMUNIK / progweb / progweb.exe / phpnuke / html / themes / RedDress / footer.php next >
PHP Script  |  2000-11-18  |  895b  |  32 lines

  1. <?PHP
  2.  
  3. if ($index == 1) {
  4.     echo "<td> </td><td valign=\"top\">";
  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.  
  21. ?>
  22.  
  23. </td></tr></table>
  24. </td></tr></table>
  25. </td></tr></table>
  26.  
  27. <center><b><font color=AAAAAA size=2><br>All trademarks and copyrights on this page are owned by their respective owners.<br> Comments are owned by the Poster. The Rest ⌐ 1999-2000 James Knickelbein<br><a href="http://www.phpnuke.org" target="_blank">Site Engine Powered by PHP-Nuke 4.1</a></font></b></center>
  28. </center></div>
  29.  
  30.  
  31. </body>
  32.