Where do links display
Posted: Wed Dec 07, 2011 4:43 pm
How can I control where linked content displays?
For example with the CGnews module, the paging refers to the page area where the module is placed (in my case a side column)
While the links in the CGcalendar
These update the main content area, even if the calendar is in a side column.
My question is now how to make the CGcalendar next / previous (month) behave like CGnews next / previous (page)
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)