mirror of
				https://github.com/kevinveenbirkenbach/infinito.git
				synced 2025-10-31 09:19:08 +00:00 
			
		
		
		
	Added source menu
This commit is contained in:
		| @@ -0,0 +1,11 @@ | ||||
| <nav class="navbar navbar-expand-lg navbar-light bg-light"> | ||||
| 	<button class="navbar-toggler" type="button" data-toggle="collapse" | ||||
| 		data-target="#navbarSupportedContent" | ||||
| 		aria-controls="navbarSupportedContent" aria-expanded="false" | ||||
| 		aria-label="Toggle navigation"> | ||||
| 		<span class="navbar-toggler-icon"></span> | ||||
| 	</button> | ||||
| 	<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||||
| 		{{ knp_menu_render('sourceNavbar', {'currentClass': 'active', 'template': 'frames/structure/navbar/knp_menu.html.twig'}) }} | ||||
| 	</div> | ||||
| </nav> | ||||
| @@ -1,6 +1,6 @@ | ||||
| {% extends "frames/default.html.twig" %} | ||||
| {% extends "source/source.html.twig" %} | ||||
| {% block title %} | ||||
| 	{% trans %} | ||||
| 	Source | ||||
| 	Source edit | ||||
| 	{% endtrans %} | ||||
| {% endblock %} | ||||
							
								
								
									
										9
									
								
								application/templates/source/source.html.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								application/templates/source/source.html.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| {% extends "frames/default.html.twig" %} | ||||
| {% block title %} | ||||
| 	{% trans %} | ||||
| 	Source | ||||
| 	{% endtrans %} | ||||
| {% endblock %} | ||||
| {% block sub_navigation %} | ||||
|     {% include 'frames/structure/navbar/source_sub.html.twig'%} | ||||
| {% endblock %} | ||||
| @@ -1,4 +1,4 @@ | ||||
| {% extends "frames/default.html.twig" %} | ||||
| {% extends "source/source.html.twig" %} | ||||
| {% block title %} | ||||
| 	{% trans %} | ||||
| 	Source | ||||
|   | ||||
		Reference in New Issue
	
	Block a user