diff --git a/code_samples/api/public_php_api/templates/themes/standard/full/custom_pagination.html.twig b/code_samples/api/public_php_api/templates/themes/standard/full/custom_pagination.html.twig index b61111e2ae..c9b2176461 100644 --- a/code_samples/api/public_php_api/templates/themes/standard/full/custom_pagination.html.twig +++ b/code_samples/api/public_php_api/templates/themes/standard/full/custom_pagination.html.twig @@ -3,5 +3,5 @@ {% endfor %} {% if pagerItems.haveToPaginate() %} - {{ pagerfanta( pagerItems, 'ez') }} + {{ pagerfanta( pagerItems, 'ibexa') }} {% endif %}