header and footer not including in Login, Register and Forgot-password pages

Permalink
hello everyone,

we are using custom template in our concrete 8.5.2 project, there is an issue we are facing in login register and forgot password pages.

When we moved application to Linux server, header, footer not including in these pages while working fine in windows.
Following configuration on pages

define('DATE_APP_GENERIC_MDY', 'Y-m-d');
 define('TRACK_LINK_URL','');
 define('BASE_URL','http://localhost:8088');
return [
   'theme_paths'=>array(
  '/login'=>"Slate",
  '/register'=>"Slate",
  '/account'=>"Slate",
  '/account/*'=>"Slate"
   ),
];

 
hutman replied on at Permalink Reply
hutman
Your theme handle should be all lower case, both in this file and in the directory structure.