From: Harvie Date: Thu, 6 Jan 2011 23:30:27 +0000 (+0100) Subject: Now assigning user_name to smarty value... X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=7fb8c265a4fee5eb3c5db58b76523ca734ec2384;p=mirrors%2FKyberia-bloodline.git Now assigning user_name to smarty value... --- 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