The Third Reminders email bug fix - contributed by arnabnaha
[openemr.git] / interface / login / login_title.php
blob97d4005c02bd5bd078667c4328416813b90821f8
1 <?php
2 $ignoreAuth=true;
3 include_once("../globals.php");
4 ?>
5 <html>
6 <head>
7 <link rel=stylesheet href="<?php echo $css_header;?>" type="text/css">
8 <link rel=stylesheet href="../themes/login.css" type="text/css">
9 </head>
10 <body class="body_title">
12 <span class="title_bar">
13 <div class="title_name"><?php echo "$openemr_name" ?></div>
15 </span><br>
17 </body>
18 </html>