Improving admin interface

This commit is contained in:
Marc Ducobu
2014-11-21 17:29:56 +01:00
parent b95d3946ef
commit bec63446f3
4 changed files with 74 additions and 19 deletions

View File

@@ -1,13 +0,0 @@
{% extends "ChillMainBundle::layout.html.twig" %}
{% block title%}{{ header_title|trans }}{% endblock %}
{% block content %}
<h1>{{ page_title|trans }}</h1>
{{ chill_menu('admin', {
'layout': 'ChillMainBundle::Menu/admin.html.twig',
}) }}
{% endblock %}