瀏覽代碼

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@4270 a333f486-631f-4898-b8df-5754b55c2be0
glajarige 9 年之前
父節點
當前提交
375f8e7e28
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      datamodels/2.x/itop-portal-base/portal/src/views/home/layout.html.twig

+ 1 - 1
datamodels/2.x/itop-portal-base/portal/src/views/home/layout.html.twig

@@ -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 %}