Sign In Page Theme
Permalink
I've been having a browse around the forums and i can't seem to find an answer for this.
Is it possible to set a theme on the 'Sign in to edit this page' and 'Register to become a member' pages of a site?
Any help on this would be awesome. Thanks :)
Is it possible to set a theme on the 'Sign in to edit this page' and 'Register to become a member' pages of a site?
Any help on this would be awesome. Thanks :)
open up /config/site_theme_paths.php, not the one in /concrete, it should show you how to do it,
Add this code to config/site_theme_paths.php and replace mytheme with your themes handle
$v->setThemeByPath('/login', "mytheme"); $v->setThemeByPath('/register', "mytheme");