mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-11-04 03:07:58 +00:00 
			
		
		
		
	Implemented start page
This commit is contained in:
		@@ -24,7 +24,7 @@ class DefaultController extends AbstractController implements DefaultControllerI
 | 
			
		||||
     */
 | 
			
		||||
    public function homepage(): Response
 | 
			
		||||
    {
 | 
			
		||||
        return new Response("Hello World!");
 | 
			
		||||
        return $this->render("standard/homepage.html.twig",['menu_items'=>[]]);
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user