Multiple improvements from IPPF related to layouts. (#1081)
[openemr.git] / interface / patient_file / encounter / blank.php
blob08c244b42696d0fbf65e1101deb3f28ce14c1384
1 <?php
2 /*
3 * Created on Dec 17, 2004
5 * To change the template for this generated file go to
6 * Window - Preferences - PHPeclipse - PHP - Code Templates
7 */
8 include_once("../../globals.php");
11 <html>
12 <head>
13 <?php html_header_show();?>
16 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
18 </head>
19 <body class="body_bottom">
21 <!--
22 <table border=0 cellspacing=0 cellpadding=0 height=100%>
23 <tr>
24 <td background="<?php echo $linepic;?>" width=7 height=100%>
25 &nbsp;
26 </td>
27 </tr>
28 </table>
29 -->
31 </body>
32 </html>