
Ron Darby - 2010-10-11 09:52:55 -
In reply to message 3 from adam pery
I'm not sure I understand the question, but if you mean that you want the links to open in the same/current page ie <a href='' target="_self"> you can to set it in the events array for each individual link or change the defualt attribute setting too.
$events= array('title'=>'example','date'=>'11/10/2010',link='http://page.com',target='_self');
$cal-> new EventsCalendar($events);
$attributes = array('linksTarget'=>'_self');
$cal->attributes($attributes);