revert experiemental code accidentally checked in
[openemr.git] / interface / patient_file / summary / patient_summary.php
blob4b7af1075266492d93c40779040bc4cc9339e7dc
1 <?php
2 include_once("../../globals.php");
3 ?>
4 <html>
5 <head>
6 <title><? xl('Patient Summary','e'); ?></title>
7 </head>
9 <frameset rows="50%,50%">
10 <frame src="demographics.php" name="Demographics" scrolling="auto">
11 <?php if ($GLOBALS['athletic_team']) { ?>
12 <frameset cols="50%,50%">
13 <?php } else { ?>
14 <frameset cols="20%,80%">
15 <?php } ?>
16 <frame src="stats.php" name="Stats" scrolling="auto">
17 <frame src="pnotes.php" name="Notes" scrolling="auto">
18 </frameset>
19 </frameset>
21 </html>