- Code: Select all
var months_to_show = <?php echo AC_NUM_MONTHS; ?>;
Changing the variable months_to_show to a numeric value doesn't have any result on my page. Even after changing it the page displays as many calendars as i configured in the admin panel. What am I doing wrong?