Well, now I'm really confused. I have all the code in search.php that sets the value of the header and footer variables, instantiates the class, etc. The only thing that is in header.php is this.
Code:
<?php
echo $Navigation->getHeader();
?>
Have I completely misunderstood what I need to do in order to set this up?