git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4270 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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 %}