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");
Thank you!
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,
What path are you using ?
I tried /edit_profile and /account/edit_profile neither worked
http://www.concrete5.org/documentation/developers/5.7/designing-for...