EOT; //-- footer --// $cal_cfg['popup']['footer'] = ''; //-- notices --// $cal_cfg['popup']['notices'] = array ( 'access' => 'Unauthorised access', 'invalid' => 'Invalid input', 'add' => 'The event has been added.\nWould you like to reload the calendar?', 'del' => 'The event has been deleted.\nWould you like to reload the calendar?', 'edit' => 'The event has been edited.\nWould you like to reload the calendar?' ); //-- javascript stuff --// $cal_cfg['popup']['js']['alert'] = << EOT; $cal_cfg['popup']['js']['confirm'] = << EOT; //-- calendar body --// $cal_cfg['template']['body'] = << Calendar
« {MONTH} {YEAR} »
{DAY}
{DAY_0}{EVENT_0} {DAY_1}{EVENT_1} {DAY_2}{EVENT_2} {DAY_3}{EVENT_3} {DAY_4}{EVENT_4} {DAY_5}{EVENT_5} {DAY_6}{EVENT_6}
  • {YEAR}-{MONTH}-{DAY}, {HR}:{MIN}
    {MESSAGE}
EOT; //-- add/edit event form --// $cal_cfg['template']['form'] = <<
Add / Edit an event
Date:
- -
Time:
:
Message:

Calendar by winged.info
EOT; //-- javascript stuff --// $cal_cfg['template']['js'] = << EOT; ?>