Now assigning user_name to smarty value...
authorHarvie <tomas@mudrunka.cz>
Thu, 6 Jan 2011 23:30:27 +0000 (00:30 +0100)
committerHarvie <tomas@mudrunka.cz>
Thu, 6 Jan 2011 23:30:27 +0000 (00:30 +0100)
wwwroot/nodes.php

index c65bbcc8d67b29276eb96815432626774dcf8546..9f7103134a5d464dfd999082f27420ee6583fb6d 100644 (file)
@@ -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
This page took 0.21568 seconds and 4 git commands to generate.