X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Fnodes.php;h=9f7103134a5d464dfd999082f27420ee6583fb6d;hb=bcfeedf1a2471b3b86873ee96582e2e7b510d6bd;hp=c65bbcc8d67b29276eb96815432626774dcf8546;hpb=1dbcd10085c04288d9199af55b076c4ef571d9c9;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/nodes.php b/wwwroot/nodes.php index c65bbcc..9f71031 100644 --- a/wwwroot/nodes.php +++ b/wwwroot/nodes.php @@ -426,6 +426,7 @@ if (isset($_SESSION['user_id'])&&($user_id=$_SESSION['user_id'])) { $smarty->assign('bookstyl',$_SESSION['bookstyl']); $smarty->assign('fook',$_SESSION['fook']); $smarty->assign('user_id',$_SESSION['user_id']); + $smarty->assign('user_name',$_SESSION['user_name']); if (!empty($_SESSION['cube_vector'])) $smarty->assign('cube_vector',$_SESSION['cube_vector']); $smarty->assign('friends',$_SESSION['friends']); //req by freezy, done by darkaural