I need to pull user profile fields to display in my page.tpl. I know the profile data isnt included in the $user array but I think with the theme function phptemplate_preprocess_page I can add the data, but Im not sure exactly how.
views:
58answers:
1
+2
A:
profile_load_profile($user);
Will add the profile data to the user object.
Simon
2010-10-11 21:08:46