PDA

View Full Version : Alt Link


BigG
06-18-2005, 05:01 PM
probably stupid question,

what is trhe alt link feature, cant find any refence to it anywhere.

G

Brian
06-18-2005, 05:59 PM
It's in the instructions under Customize/Comman-line variables.

unset($epcAltLink); $epcAltLink="X";
By inserting this line just before requiring the normal calendar, the calendar will not display pop-ups and will instead link to the URL X when clicked (Example: $epcAltLink="http://www.easyphpcalendar.com/events.php";). This is useful when you have a small calendar on the home page, that when clicked, will then open another page with the TOC calendar or to the listing module, etc...