The Third Reminders email bug fix - contributed by arnabnaha
[openemr.git] / interface / patient_file / summary / rx_frameset.php
blobe23552adabae070700875b9eb473c4d2ec2d058d
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>