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

  1. <?php
  2.  
  3. if (!$config_called) {if (!isset($config)) {if (!isset($config)) { include("config.php"); }}}
  4. echo "
  5. <body onload=init() bgcolor=#000000 text=#000000 link=#000080 alink=#FF0000 vlink=#000080 topmargin=2 marginheight=2>
  6.  
  7. <link rel=stylesheet href=themes/Akki/style.css>
  8.  
  9. <table border=0 cellpadding=0 cellspacing=0 width=100% align=center><tr><td bgcolor=787878>
  10.  
  11. <table border=0 cellspacing=0 cellpadding=0 width=100% bgcolor=ffffff><tr><td>
  12.  
  13. <table border=0 cellspacing=0 cellpadding=0 width=100% bgcolor=000000><tr><td>
  14.  
  15. <a href=$nuke_url><img src=themes/Akki/logo.gif Alt=\"".translate("Welcome to")." $sitename\" border=0></a>
  16. </td><td align=right>
  17.     <form action=search.php method=post><font size=2 color=ffffff>
  18.     ".translate("Search")."
  19.     <input type=text name=query>
  20.     </form>
  21. </tr><tr bgcolor=#787878><td colspan=2 bgcolor=#787878>
  22. <font size=3 color=C0c0c0>$slogan</td>
  23. </td></tr>
  24.  
  25. </table></td></tr>
  26.  
  27. </table>
  28. </td></tr><tr><td valign=top width=100% bgcolor=#eeeeee>
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. <table border=0 cellspacing=0 cellpadding=2 width=100%><tr><td valign=top width=150 bgcolor=#eeeeee>";
  38.  
  39. mainblock();
  40. global $admin;
  41. if ($admin) {
  42.     adminblock();
  43. }
  44. leftblocks();
  45. if ($Ephemerids==1) {
  46.     ephemblock();
  47. }
  48. headlines();
  49. online();
  50.  
  51. echo "<img src=images/pix.gif border=0 width=150 height=1></td><td>  </td><td width=100% valign=top>";
  52. ?>