Skip to content

Commit a65fccc

Browse files
committed
Implemented EZP-20389 - Implement old .tpl engine as a real Symfony template engine
1 parent c5af1c8 commit a65fccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/views/content/legacy_test.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<h1>{{ title }}</h1>
55
<h2>{{ subtitle }}</h2>
66
{{ content.contentInfo.name }}
7-
{% ez_legacy_include 'design:test/helloworld.tpl' with {'message': messageForLegacy, 'konamiCode': ['Up', 'Up', 'Down', 'Down', 'Left', 'Right', 'Left', 'Right', 'B', 'A'], 'content': content} %}
7+
{% include 'design:test/helloworld.tpl' with {'message': messageForLegacy, 'konamiCode': ['Up', 'Up', 'Down', 'Down', 'Left', 'Right', 'Left', 'Right', 'B', 'A'], 'content': content} %}
88
{% endblock %}

0 commit comments

Comments
 (0)