0) { $project_name = $ncdb->selectOne("SELECT project_name FROM ".TB_PROJECTS." WHERE project_id = '".$project_id."'"); } //Set the page title $header_title = "Construction Projects - Pease Construction Services"; if($item == 'project') { $content_file = 'project-details.php'; $header_title = $project_name.' Construction Project'; } else if($item == 'ba_pictures') { $content_file = 'project-pictures-beaf.php'; $header_title = $project_name.' Construction Project'; } else if($item == 'pictures') { $content_file = 'project-pictures.php'; $header_title = $project_name.' Construction Project'; } else { $content_file = 'projects.php'; $header_title = "Construction Projects - Pease Construction Services"; } include('template/layout.php'); ?>