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

  1. <?php
  2. if (!$config_called) {if (!isset($config)) {if (!isset($config)) { include("config.php"); }}}
  3.  
  4. echo "
  5. <body onload=init() topmargin=0 leftmargin=0 MARGINWIDTH=0 MARGINLEFT=0 MARGINRIGHT=0 MARGINHEIGHT=0 MARGINTOP=0 bgcolor=#FFFFFF text=#000000 link=#808000 vlink=#C0C0C0 alink=#800000 background=themes/RedDress/logobottom4.gif>
  6.  
  7. <table border=0 width=100% cellspacing=0 cellpadding=0 height=100 background=themes/RedDress/redpixel.gif>
  8.   <tr>  
  9.     <td valign=bottom width=100% height=100>
  10.       <a href=index.php><img src=themes/RedDress/logotop.gif border=0></a>
  11.     </td>
  12.     <td valign=bottom width=100% height=100>";
  13.       
  14.       echo "<form action=\"search.php3\" method=post><font face=Arial,Helvetica size=2\">";
  15.       echo "".translate("Search")."";
  16.       echo "<br><input type=text name=query size=\"17\">  </form><br>";
  17.       
  18.   echo "    
  19.   </tr>    
  20. </table>
  21.  
  22. <table border=0 cellpadding=0 cellspacing=0 width=100% align=center>
  23. <tr><td valign=top>
  24.  
  25. <table border=0 cellpadding=0 cellspacing=0 width=100% align=center>
  26. <tr><td> 
  27. </td></tr><tr><td valign=top width=100%>
  28. <table border=0 cellspacing=0 cellpadding=2 width=100%>
  29. <tr><td valign=top width=150>";
  30.  
  31. mainblock();
  32. global $admin;
  33. if ($admin) { 
  34.     adminblock();
  35. }
  36. leftblocks();
  37. if ($Ephemerids==1) {
  38.     ephemblock();
  39. }
  40. headlines();
  41. online();
  42.  
  43. echo "<img src=images/pix.gif border=0 width=150 height=1></td><td width=100% valign=top>";
  44. ?>