I understand how to generally use a php include, but I have a question about it that has been bugging me for quite some time now.
Take this template I am using for example:Template
I would code the template normally and name it index.php / The content is in red, which is where I would insert the include script, while the links are in yellow.
onmouseout

onmouseover

MY QUESTION IS:
How would I make it so that when you click the home link, or any link for that matter, it stays as the onmouseover image after you go from index.php to say biography.php,. Because it seems like with the php include only the content would change, making the links turn back to the normal onmouseout way.
Any help is greatly appreciated.
Thanks in advance.