Drupal 7: Template for user registration page?

Dustin picture Dustin · Oct 10, 2012 · Viewed 8.5k times · Source

How would I make a template for the user registration page? I want to theme the entire page, not just the form. I've tried page--user-register.tpl.php but that does not work.

Answer

Will picture Will · Jun 15, 2013

You want to use page--user--register.tpl.php instead of page--user-register.tpl.php.

page--user-register.tpl.php changes the template for the page user-register, while page--user--register.tpl.php changes the template for the page user/register.