Skip to content

Commit d1d63f2

Browse files
authored
Update custom_pagination.html.twig view (#2879)
`An exception has been thrown during the rendering of a template ("The view "ez" does not exist.")`
1 parent 1a63e0a commit d1d63f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_samples/api/public_php_api/templates/themes/standard/full/custom_pagination.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
{% endfor %}
44

55
{% if pagerItems.haveToPaginate() %}
6-
{{ pagerfanta( pagerItems, 'ez') }}
6+
{{ pagerfanta(pagerItems, 'ibexa') }}
77
{% endif %}

0 commit comments

Comments
 (0)