rename syntax for ChillMain twig template calls

This commit is contained in:
Tchama 2020-07-30 14:25:28 +02:00
parent e774f04d67
commit a17d396834
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
#} #}
{% extends "ChillMainBundle::Admin/layoutWithVerticalMenu.html.twig" %} {% extends "@ChillMain/Admin/layoutWithVerticalMenu.html.twig" %}
{% block vertical_menu_content %} {% block vertical_menu_content %}
{{ chill_menu('admin_events', { {{ chill_menu('admin_events', {

View File

@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
#} #}
{% extends "ChillMainBundle::Menu/verticalMenu.html.twig" %} {% extends "@ChillMain/Menu/verticalMenu.html.twig" %}
{% block v_menu_title %} {% block v_menu_title %}
{{ 'Events configuration menu'|trans }} {{ 'Events configuration menu'|trans }}
{% endblock %} {% endblock %}

View File

@ -16,7 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
#} #}
{% extends "ChillMainBundle::layoutWithVerticalMenu.html.twig" %} {% extends "@ChillMain/layoutWithVerticalMenu.html.twig" %}
{% block layout_wvm_content %} {% block layout_wvm_content %}
{% block event_content %}<!-- block event content empty --> {% block event_content %}<!-- block event content empty -->