In overall_header.tpl
I need to add a php include, for a variable, after the opening body tag.
Should I split overall_header.tpl into two files, then call the include from page_header.php ?
Can I split overall_header.tpl without breaking calls from other areas?
I would greatly appreciate any input on how to accomplish this.
Thanks
Old Time Coder