Drupal if user logged in


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php
  2. global $user;
  3. if ($user->uid):
  4.  
  5. ?>

Report this snippet


Comments


You need to login to view comments.