$a = file_get_contents("http://apa.serna.ca/temps/header.tpl");
echo ($a);
?>
$a = file_get_contents("http://apa.serna.ca/temps/menu.tpl");
echo ($a);
?>
Nominate Someone or Apply Now
$a = file_get_contents("http://apa.serna.ca/temps/footer.tpl");
echo ($a);
?>