For example with the CGnews module, the paging refers to the page area where the module is placed (in my case a side column)
Code: Select all
{$firstpage} {$prevpage} {$pagetext} {$pagenumber} {$oftext} {$pagecount}
Code: Select all
<caption class="calendar-month"><span class="calendar-prev"><a href="{$navigation.prev}">«</a></span> {$month_names[$month]} {$year} <span class="calendar-next"><a href="{$navigation.next}">»</a></span></caption>
My question is now how to make the CGcalendar next / previous (month) behave like CGnews next / previous (page)