quick minor path updates (#1968)
[openemr.git] / interface / patient_file / summary / summary_bottom.php
blobb1542d9a3c58dbf3b55a64f6e20beb6f2eb61516
1 <?php
2 include_once("../../globals.php");
3 ?>
4 <html>
5 <head>
6 <?php html_header_show();?>
7 <title><?php xl('Patient Summary', 'e'); ?></title>
8 </head>
9 <frameset cols="25%,*">
10 <frame src="stats.php" name="Stats" scrolling="auto">
11 <frame src="pnotes.php" name="Notes" scrolling="auto">
12 </frameset>
13 </html>