home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / header.tpl < prev    next >
Encoding:
Text File  |  2004-03-24  |  758 b   |  22 lines

  1. <!--
  2.     IE 6 makes the page to wide with the following doctype. I accept
  3.     standards if they help me, not if they make anything even harder!
  4. //-->
  5. <!--<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0 Transitional//EN' 'http://www.w3.org/TR/REC-html40/loose.dtd'>//-->
  6. <!--NewPage-->
  7. <HTML>
  8. <HEAD>
  9.     <!-- Generated by PhpDoc date: '{$date}' -->
  10.     <TITLE>{$title}</TITLE>
  11. <LINK REL ='stylesheet' TYPE='text/css' HREF='{$subdir}media/stylesheet.css' TITLE='Style'>
  12. {if $bgleft}
  13. <STYLE type="text/css"><!--
  14.     BODY                                {ldelim}
  15.                                             background-image        : url("{$subdir}media/bg_left.png");
  16.                                             background-repeat        : repeat-y;
  17.                                         {rdelim}
  18. //--></STYLE>
  19. {/if}
  20. </HEAD>
  21. <BODY {if !$bgleft}BGCOLOR='white'{/if}>
  22. <a name="top"><!-- --></a>