home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / head.php < prev    next >
Encoding:
Text File  |  2004-01-27  |  1.0 KB  |  32 lines

  1. <html>
  2. <head>
  3. <meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang">
  4. <link href="xampp.css" rel="stylesheet" type="text/css">
  5. </head>
  6.  
  7. <body style="background: #ffffff; margin-top: 8px; margin-left: 8px;">
  8.  
  9. <table cellpadding=0 cellspacing=0 border=0>
  10. <tr>
  11. <td><img src="img/blank.gif" width=111 height=1></td>
  12. <? if(file_get_contents("lang.tmp")=="de") { ?>
  13. <td><a target=content href="http://www.apachefriends.org/xampp.html"><img border="0" src="img/logo-small.gif"></a></td>
  14. <? } else { ?>
  15. <td><a target=content href="http://www.apachefriends.org/xampp-en.html"><img border="0" src="img/logo-small.gif"></a></td>
  16. <? } ?>
  17. <td><img src="img/blank.gif" width=10 height=1></td>
  18. <td><img src="img/head-xampp.gif"></td>
  19. <td><img src="img/blank.gif" width=10 height=1></td>
  20. <? if(file_get_contents("lang.tmp")=="de") { ?>
  21. <td><img src="img/head-fuer.gif"></td>
  22. <? } else { ?>
  23. <td><img src="img/head-for.gif"></td>
  24. <? } ?>
  25. <td><img src="img/blank.gif" width=10 height=1></td>
  26. <td><img src="img/head-windows.gif"></td>
  27. </tr>
  28. </table>
  29.  
  30. </body>
  31. </html>
  32.