/ Published in: PHP
URL: http://www.packtpub.com/drupal-5-themes/book
From Drupal 5 Themes book.
Expand |
Embed | Plain Text
<?php global $user; if ($user->uid == 1){ return TRUE; } else { return FALSE; } ?>
You need to login to post a comment.
