Added the Persian language
[openemr.git] / interface / new / new_title.php
blobfcdcb09dd8314519b81d1d9a1e350292d55ab752
1 <?php
2 include_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 class="body_title">
14 <?php
15 $res = sqlQuery("select * from users where username='".$_SESSION{"authUser"}."'");
18 <table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
19 <tr>
20 <td valign="middle" nowrap>
21 <span class="title_bar_top"><?php xl('Logged in','e');?>: <?php echo $res{"fname"}." ".$res{"lname"};?></span><span style="font-size:9pt;"> (<?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>