09-11-2016, 01:32 PM
Hmm. I haven't messed with that.
I'm not 100{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d} sure what the issue is. I could be dense on that.
The reason the header and nav are split is to give you the opportunity to include per page scripts independent of what we've created right between the two.
It's also easy to make something like alternative_header.php and include that on the pages you want.
We used to have relative header calls in the past, but it became an absolute mess because we never knew how people's servers were going to handle them. People would get weird recursion errors.
Maybe if I had a usecase I might have better feedback on this.
I'm not 100{3bc1fe685386cc4c3ab89a3f76566d8931e181ad17f08aed9ad73b30bf28114d} sure what the issue is. I could be dense on that.
The reason the header and nav are split is to give you the opportunity to include per page scripts independent of what we've created right between the two.
It's also easy to make something like alternative_header.php and include that on the pages you want.
We used to have relative header calls in the past, but it became an absolute mess because we never knew how people's servers were going to handle them. People would get weird recursion errors.
Maybe if I had a usecase I might have better feedback on this.