Fix CRLF
[openemr.git] / interface / patient_file / summary / summary_bottom.php
blob91fe690845bc6be980f4e42da3b9f3e35b17d4dc
1 <?php
2 include_once("../../globals.php");
3 ?>
4 <html>
5 <head>
6 <? html_header_show();?>
7 <title><? xl('Patient Summary','e'); ?></title>
8 </head>
10 <?php if ($GLOBALS['athletic_team']) { ?>
11 <frameset cols="25%,50%,*">
12 <frame src="stats.php" name="Stats" scrolling="auto">
13 <frame src="pnotes.php" name="Notes" scrolling="auto">
14 <frame src="fitness_status.php" name="Fitness" scrolling="auto">
15 </frameset>
16 <?php } else { ?>
17 <frameset cols="25%,*">
18 <frame src="stats.php" name="Stats" scrolling="auto">
19 <frame src="pnotes.php" name="Notes" scrolling="auto">
20 </frameset>
21 <?php } ?>
23 </html>