I've created a page--user--login.tpl.php file in my subtheme's template folder, and it appears to apply correctly when going to /user/login. However, it isn't including the normal CSS files. None of the theme-alpha-default-*.css files are included, just the base CSS and the global.css file from my subtheme.

If I remove my page--user--login.tpl.php file, the subtheme's narrow / normal / wide CSS is included normally on /user/login.

What am I missing / doing wrong?

Comments

ICOM’s picture

Is there a command I can issue in the tpl file to import the necessary CSS/js/etc to make the responsive aspects work again?