Revision: 11835
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 21, 2009 02:53 by arul20
Initial Code
<?php global $user; // Check to see if $user has the administrator role. if (in_array('administrator', array_values($user->roles))) { // Do something. } ?>
Initial URL
Initial Description
Initial Title
Drupal Checking if logged in user is admin
Initial Tags
drupal
Initial Language
PHP