Customers portal : Home page template could not be override since template refactoring

SVN:trunk[4270]
This commit is contained in:
Guillaume Lajarige
2016-07-01 06:43:14 +00:00
parent 41556ba00b
commit 41bee2b9b2

View File

@@ -1,6 +1,6 @@
{# itop-portal-base-base/portal/src/views/home/layout.html.twig #}
{# Home layout #}
{% extends 'itop-portal-base/portal/src/views/layout.html.twig' %}
{% extends app['combodo.portal.instance.conf'].properties.templates.layout %}
{% block pPageBodyClass %}home{% endblock %}