Edit
Permalink
Dear Community,
how is it possible in the current Concrete5 version 8.0.1 to add an individual theme header and theme footer on the welcome page or account page (after login) and edit the menu on the right side (account-page)? Furthermore, I can not override the /single-pages/desktop.php file successfully via the /application/app.php file. Does anyone know a solution? At this point, did the procedure fundamentally change as opposed to the C5 5.7 version? I am looking forward to your feedback.
Many thanks and greetings Frank
how is it possible in the current Concrete5 version 8.0.1 to add an individual theme header and theme footer on the welcome page or account page (after login) and edit the menu on the right side (account-page)? Furthermore, I can not override the /single-pages/desktop.php file successfully via the /application/app.php file. Does anyone know a solution? At this point, did the procedure fundamentally change as opposed to the C5 5.7 version? I am looking forward to your feedback.
Many thanks and greetings Frank
In order to get your site's header/footer on those pages add this to your /application/config/app.php
As for the desktop.php it needs to be in /application/single_pages/desktop.php not single-pages