home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / KOMUNIK / progweb / progweb.exe / phpnuke / html / themes / Journey / footer.php < prev    next >
PHP Script  |  2000-11-26  |  1KB  |  41 lines

  1. <?PHP
  2.  
  3. if ($index == 1) {
  4.     echo "<td> </td><td valign=\"top\">";
  5.     echo "<form action=\"search.php\" method=post><font face=Arial,Helvetica size=2\">";
  6.     echo "".translate("Search")."";
  7.     echo "<br><input type=text name=query size=\"17\"></form>";
  8.     pollNewest();
  9.     bigstory();
  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></td></tr></table>
  24.  
  25.  </td>
  26.       </tr>
  27.     </table>
  28.     <table border="0" width="100%" cellspacing="0" cellpadding="0">
  29.       <tr>
  30.         <td width="10%" valign="bottom"><img src="themes/Journey/corner3.gif" WIDTH="23" HEIGHT="19"></td>
  31.         <td width="80%" valign="bottom"></td>
  32.         <td width="10%" valign="bottom"><p align="right"><img src="themes/Journey/corner4.gif" WIDTH="23" HEIGHT="19"></td>
  33.       </tr>
  34.     </table>
  35.     </td>
  36.   </tr>
  37.   
  38. </table>
  39. <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>
  40. </center></div>
  41.