Call Header & Footer from a different Theme

Permalink
I have created two themes:

1. web_theme (For main website)
2. landing_theme (For landing pages)

On the landing_theme, I want to call the header & footer from the web_theme in my page types.

How can I do this please?

 
JohntheFish replied on at Permalink Reply
JohntheFish
As you normally include a theme header with inc('path/to/header.php'), you can climb the path tree to a common ancestor and then back down to the other header inc('../../other/path/to/header.php'),