mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 09:19:08 +00:00 
			
		
		
		
	Added draft for user menu based on https://gist.github.com/lsv/4d8044d21819f28f0dde52a3fb8211a0
This commit is contained in:
		| @@ -1,9 +1,10 @@ | ||||
| {% extends "base.html.twig" %} | ||||
| {% block body %} | ||||
| {% include 'frames/structure/navbar.html.twig' with menu_items %} | ||||
| {% include 'topbar.html.twig' %} | ||||
| <br /> | ||||
| <div class="container"> | ||||
| 	{% block content %} | ||||
| 	{% endblock %} | ||||
| </div> | ||||
| {% endblock %} | ||||
| {% endblock %} | ||||
|   | ||||
							
								
								
									
										3
									
								
								application/templates/topbar.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								application/templates/topbar.html.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| {# templates/topbar.htm.twig #} | ||||
|  | ||||
| {{ knp_menu_render('userTopbar') }} | ||||
		Reference in New Issue
	
	Block a user