Yes, if this loggin script consists of more pages, wherever it says
site_header('.Login to GraphXntrix.com.');
replace with
site_header();
MAke also sure to add, in those pages too, the two lines:
include($DOCUMENT_ROOT.'/include/site_header.php');
include($DOCUMENT_ROOT.'/include/site_footer.php');