Guest User

Untitled

a guest
Oct 23rd, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function fuzz_username(){
  2. global $user;
  3. $owner = user_load($node->uid);
  4. echo '$account->profile_first_name;';
  5. }
  6.  
  7. in template dan:
  8. print $fuzz_username;
Add Comment
Please, Sign In to add comment