mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
move spacename to CLChillMain to ChillMain
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{% extends "CLChillMainBundle::layout.html.twig" %}
|
||||
{% extends "ChillMainBundle::layout.html.twig" %}
|
||||
|
||||
{% block title%}{{ header_title|trans }}{% endblock %}
|
||||
|
||||
|
||||
{% block css %}
|
||||
{% stylesheets output="css/all.css" filter="cssrewrite"
|
||||
"bundles/clchillmain/css/admin.css"
|
||||
"bundles/Chillmain/css/admin.css"
|
||||
%}
|
||||
<link rel="stylesheet" href="{{ asset_url }}"/>
|
||||
{% endstylesheets %}
|
||||
|
Reference in New Issue
Block a user