If you put reports in the directory /openemr/interface/reports/myreports, they will...
[openemr.git] / interface / new / new_patient.php
blobfee89560c587c58fbf19393d9abb3610baa8e205
1 <?php
2 include_once("../globals.php");
3 $_SESSION["encounter"] = "";
4 ?>
5 <HTML>
6 <HEAD>
7 <TITLE>
8 <?php echo $openemr_name; ?>
9 </TITLE>
11 <script language='JavaScript'>
12 <?php require($GLOBALS['srcdir'] . "/restoreSession.php"); ?>
13 </script>
15 </HEAD>
16 <frameset rows="<?php echo "$GLOBALS[navBarHeight],$GLOBALS[titleBarHeight]"; ?>,*" cols="*" frameborder="0" border="0" framespacing="0">
17 <frame src="new_navigation.php" name="Navigation" scrolling="no" noresize frameborder="NO">
18 <frame src="new_title.php" name="Title" scrolling="no" noresize frameborder="NO">
19 <frame src="new.php" name="Main" scrolling="auto" noresize frameborder="NO">
21 </frameset>
23 <noframes><body bgcolor="#FFFFFF">
25 </body></noframes>
27 </HTML>