<? $css = array('path_to_css_file', 'path_to_another_css_file'); require_once('header.php'); // aka the top ?> [about page content goes here] <? require_once('footer.php'); // aka the bottom ?>