Author: rhari
Date: Wed Jun  6 10:04:30 2007
New Revision: 514

URL: http://svn.gna.org/viewcvs/phplinker?rev=514&view=rev
Log:
#233

Modified:
    trunk/www/admin/includes/auth.php
    trunk/www/admin/includes/header.php

Modified: trunk/www/admin/includes/auth.php
URL: 
http://svn.gna.org/viewcvs/phplinker/trunk/www/admin/includes/auth.php?rev=514&r1=513&r2=514&view=diff
==============================================================================
--- trunk/www/admin/includes/auth.php (original)
+++ trunk/www/admin/includes/auth.php Wed Jun  6 10:04:30 2007
@@ -25,6 +25,8 @@
   $CurrentUser = new User($_SESSION['id_user']);
 
   $_SESSION['login'] = $CurrentUser->login;
+  $_SESSION['firstname'] = $CurrentUser->firstname;
+  $_SESSION['lastname'] = $CurrentUser->lastname;
   linker_tpl("level",$CurrentUser->group);
 
  }else{

Modified: trunk/www/admin/includes/header.php
URL: 
http://svn.gna.org/viewcvs/phplinker/trunk/www/admin/includes/header.php?rev=514&r1=513&r2=514&view=diff
==============================================================================
--- trunk/www/admin/includes/header.php (original)
+++ trunk/www/admin/includes/header.php Wed Jun  6 10:04:30 2007
@@ -125,6 +125,7 @@
 <table border='0' cellspacing='10' cellpadding='0' width='100%' style='height: 
100%' >
 <tr>
   <td style='text-align: center' width='120' valign='top'>
+<div><font style=\"font-size: 
8px;\">".$_SESSION['firstname']."&nbsp;".$_SESSION['lastname']."[".$_SESSION['group']."]</font></div>
     <div class='nav'><div id='menu_3'><h1>Navigation</h1>".$buttons 
."</div><div id='menu_3'><h1>Marketing</h1>".$buttons2 ."</div><div 
id='menu_3'><h1>Mod&eacute;ration</h1>". $buttons1 ."</div><div 
id='menu_3'><h1>Ing&eacute;nierie</h1>". $buttons3 ."</div></div>
     <img height='200' width='1' src='/imgs/blank.gif' /><br />
   </td>


_______________________________________________
PHPLinker-commits mailing list
[email protected]
https://mail.gna.org/listinfo/phplinker-commits

Reply via email to