Hello ?
I have set up pagination on a mulitlanguage site.
I've done this before, but this time I have a problem I can't solve.
Pagination is activated on 'parent-template' and 'child-template' just to be sure ?
This is my code:
$children = $page->children('limit=1');
foreach($ch...