added date to oldEvt call
[openemr.git] / interface / main / main_title.php
blobbef5ce426104ed838d08a2a5120a870f18a2405c
1 <?php
2 include_once("../globals.php");
3 ?>
5 <html>
6 <head>
8 <link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
10 </head>
11 <body class="body_title">
13 <?php
14 $res = sqlQuery("select * from users where username='".$_SESSION{"authUser"}."'");
17 <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
18 <tr>
19 <td valign="middle" nowrap>
20 <span class="title_bar_top"><?php xl('Logged in','e'); ?>:<?php echo $res{"fname"}.' '.$res{"lname"};?></span>
21 <span style="font-size:0.7em;"> (<?php echo $_SESSION['authGroup']?>)</span>
22 </td>
24 <td align="right" valign="middle" nowrap>
25 <span class="title_bar_top"><?php echo dateformat();?></span>
26 </td>
28 </tr>
29 </table>
31 </body>
32 </html>