I want to show the titles of the entries using this template (titlelist):
Code: Select all
{foreach from=$items item=item}
{$item->fielddefs.Titles.value|cms_escape}<br />
{/foreach}Code: Select all
{ListIt2Mymod pagelimit="10" summarytemplate='titlelist'}BUT... only the 10 titles are displayed and no pagination...
Am I missing something?



