Merge branch 'master' of git://github.com/openemr/openemr
[openemr.git] / interface / login / login_frame.php
blob3c5b33aaccc8219817bdc7353934e4f7c9e4539c
1 <?php
2 $ignoreAuth = true;
3 include_once ("../globals.php");
4 ?>
5 <HTML>
6 <head>
7 <?php html_header_show(); ?>
8 <TITLE><?php xl ('Login','e'); ?></TITLE>
9 <link rel='stylesheet' href="<?php echo $css_header;?>" type="text/css">
10 </HEAD>
12 <frameset rows="<?php echo "$GLOBALS[logoBarHeight],$GLOBALS[titleBarHeight]" ?>,*" cols="*" frameborder="NO" border="0" framespacing="0">
13 <frame class="logobar" src="<?php echo $rootdir;?>/login/filler.php" name="Filler Top" scrolling="no" noresize frameborder="NO">
14 <frame class="titlebar" src="<?php echo $rootdir;?>/login/login_title.php" name="Title" scrolling="no" noresize frameborder="NO">
15 <frame src="<?php echo $rootdir;?>/login/login.php" name="Login" scrolling="auto" frameborder="NO">
16 <!--<frame src="<?php echo $rootdir;?>/login/filler.php" name="Filler Bottom" scrolling="no" noresize frameborder="NO">-->
17 </frameset>
19 <noframes><body bgcolor="#FFFFFF">
21 </body></noframes>
23 </HTML>