GIT.Harvie.CZ
/
mirrors
/
Kyberia-bloodline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bdfce5
)
Now assigning user_name to smarty value...
author
Harvie
<tomas@mudrunka.cz>
Thu, 6 Jan 2011 23:30:27 +0000
(
00:30
+0100)
committer
Harvie
<tomas@mudrunka.cz>
Thu, 6 Jan 2011 23:30:27 +0000
(
00:30
+0100)
wwwroot/nodes.php
patch
|
blob
|
blame
|
history
diff --git
a/wwwroot/nodes.php
b/wwwroot/nodes.php
index c65bbcc8d67b29276eb96815432626774dcf8546..9f7103134a5d464dfd999082f27420ee6583fb6d 100644
(file)
--- 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
This page took
0.141823 seconds
and
4
git commands to generate.