mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Added source menu
This commit is contained in:
@@ -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