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.
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
.