site_theme_paths - Where is it in 7?

Permalink
Hi guys,

I am trying to edit the 404 and login page to match the theme but I can't seem to site_theme_paths.php - normally its on the /config folder but in the new Concrete5 7 I can't seem to find the file.

Your help is appreciated

pixelpatch
 
hutman replied on at Permalink Reply
hutman
To update the login page you can add this to your app.php in the /config directory

'theme_paths'         => array(
        '/login' => 'theme_handle',
    ),
pixelpatch replied on at Permalink Reply
pixelpatch
Hi hutman, its more the custom 404 page Im after. Do you know where I can find the site theme path?
hutman replied on at Permalink Reply
hutman
There is no site_theme_path in 5.7 it's all variables in the app.php
pixelpatch replied on at Permalink Reply
pixelpatch
Ah ok, When I do change the theme_path to the theme name the page is just blank though, the header and footer are there but anything in between (the login section) disappears
hutman replied on at Permalink Reply
hutman
It sounds like your view.PHP doesn't have the right print statement in it. Check it against one of the core themes