Closed (fixed)
Project:
Front Page
Version:
5.x-1.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2007 at 04:08 UTC
Updated:
25 Nov 2009 at 10:35 UTC
I would like to greet my authenticated users by name using print $user->name but it doesn't seem to work. Is the var $user available to front_page?
Comments
Comment #1
nevets commentedYou need to declare $user as global, like this
Comment #2
Dublin Drupaller commented