6 lines
		
	
	
		
			148 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			148 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $app = require("../app/inc.php");
 | |
| 
 | |
| $app->view('template/header', ["title" => "Logg inn"]);
 | |
| $app->view('login');
 | |
| $app->view('template/footer'); |