Monday, March 12, 2018

Drupal 7: Print on other users profile

global $user;
if(arg(1) == $user->uid){ echo 'This is my profile'; } else { echo 'Not my profile'; }

No comments:

Post a Comment