Find this section in escal.php
Code:
<script language="JavaScript" type="text/JavaScript">
<!--
function popupEvent(ev, w, h) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
win = window.open("escalEV.php?ev=" + ev + ............
and modify the window.open to have the path where you installed your calendar
Code:
<script language="JavaScript" type="text/JavaScript">
<!--
function popupEvent(ev, w, h) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
win = window.open("/calendar/escalEV.php?ev=" + ev + ..............
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
|