Search code examples
phpdrupaldrupal-themes

Drupal registered user page?


I have a drupal site that I am creating right now. I have 3 roles, and these are: Anonymous Authenticated Registered Users

On my "Registered Users" I wanted to have a different theme after they login. Do you have ideas on how to achieve this?

Best regards


Solution

  • on hook_init
    if global $user have role Registred
    global $theme = 'theme_x';