9 lines
		
	
	
		
			No EOL
		
	
	
		
			110 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			No EOL
		
	
	
		
			110 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
include "homeheader.php";
 | 
						|
 | 
						|
include "body.php";
 | 
						|
include "newslettter.php";
 | 
						|
include "footer.php";
 | 
						|
?>
 | 
						|
		
 | 
						|
		
 |