/ Published in: PHP
From Drupal 5 Themes book.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php global $user; if ($user->uid == 1){ return TRUE; } else { return FALSE; } ?>
URL: http://www.packtpub.com/drupal-5-themes/book