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 :)

Prkns
 
Mnkras replied on at Permalink Reply
Mnkras
open up /config/site_theme_paths.php, not the one in /concrete, it should show you how to do it,
12345j replied on at Permalink Best Answer Reply
12345j
Add this code to config/site_theme_paths.php
$v->setThemeByPath('/login',
    "mytheme");
$v->setThemeByPath('/register', 
    "mytheme");
and replace mytheme with your themes handle