create_calendar(); $theme->display( 'header' ); $prevCal= ($this->month == 1 ? $this->year - 1 : $this->year) . '-' . ($this->month == 1 ? 12 : sprintf('%02d', $this->month - 1)) . '-01'; $nextCal= ($this->month == 12 ? $this->year + 1 : $this->year) . '-' . ($this->month == 12 ? '01' : sprintf('%02d', $this->month + 1)) . '-01'; ?>
|  

Clickheat

form; ?>
< month] ); ?> >
display('footer'); ?>