Overriding system layouts

Permalink
What's the correct way for wrapping system pages into your theme now? We ust to edit site_theme_paths.php

$v = View::getInstance();
$v->setThemeByPath('/login', "yourtheme");
$v->setThemeByPath('/page_forbidden', "yourtheme");
$v->setThemeByPath('/register', "yourtheme");

pvernaglia
 
andrew replied on at Permalink Reply
andrew
pvernaglia replied on at Permalink Reply
pvernaglia
Thank you!
pvernaglia replied on at Permalink Reply
pvernaglia
Hi Andy, what about the Edit Profiles single page? I tried adding it to my app.php like I did login and register, but it does not get wraped,
andrew replied on at Permalink Reply
andrew
What path are you using ?
pvernaglia replied on at Permalink Reply
pvernaglia
I tried /edit_profile and /account/edit_profile neither worked