The Third Reminders email bug fix - contributed by arnabnaha
[openemr.git] / interface / logout.php
blob387c2e679b1062005a06cd76335f9f0adffe6c25
1 <?php
2 require_once("globals.php");
3 ?>
5 <html>
6 <head>
7 <?php html_header_show(); ?>
9 <link rel=stylesheet href="<?php echo $css_header; ?>" type="text/css">
11 </head>
12 <body bgcolor=#ffffff topmargin=0 rightmargin=0 leftmargin=2 bottommargin=0 marginwidth=2 marginheight=0>
14 <span class=text><?php xl('Logged out.','e'); ?></span>
16 <br><br>
18 <?php xl('This page will inline include the login page, so that we do not have to click relogin every time.','e'); ?>
20 <br><br>
22 <a class=link href="login_screen.php"><?php xl('Relogin','e'); ?></a>
24 <br><br>
26 </body>
27 </html>