DISQUS
Returning?
Login
Website
http://www.mikkolehtinen.com/
Original page
http://www.mikkolehtinen.com/drupal/printing-stuff-based-on-users-role/
Subscribe
All Comments
Community
Top Commenters
kosmikko
1 comment · 1 points
Popular Threads
MikkoLehtinen.com
: Printing stuff based on user’s role
Joe L
· 11 months ago
So for example:
if (in_array('admin', $user->roles)) : ?>
do stuff for admin
if (in_array('admin', $user->roles)) : ?>
do stuff for admin