5 lines
		
	
	
		
			152 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			152 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php $app = require '../app/inc.php';
 | |
| 
 | |
| $app->view('template/header', ["title" => "Forside"]);
 | |
| $app->view('pages/index');
 | |
| $app->view('template/footer'); |