minor changes to prior commit
[openemr.git] / interface / patient_file / summary / rx_frameset.php
blob1bbabd0a87a21b5fa49589782b60dba4572ec192
1 <?php
2 include_once("../../globals.php");
3 ?>
4 <html>
5 <head>
6 <?php html_header_show();?>
7 <title><?php xl('Prescriptions', 'e'); ?></title>
8 </head>
10 <frameset cols="18%,*" id="presc_frame">
11 <frame src="rx_left.php" name="RxLeft" scrolling="auto">
12 <frame src="<?php echo $GLOBALS['webroot'] ?>/controller.php?prescription&list&id=<?php echo $pid ?>"
13 name="RxRight" scrolling="auto">
14 </frameset>
16 </html>