Hi all. I'm hoping that one of you could assist me in what may be very obvious to you experienced folks, but what does the 5th line of code saying "head("Home");" do? The include statement already brings up home.php, and I'm not used to a templated website structure. Thanks in advance.
<?
include("include/common.class.php");
include("include/search_form.class.php");
include("include/image.class.php");
head("Home");
include("templates/".template."/home.php");
foot();
?>