This is what i have under the config is this right?
// USE STANDARD POP-UP WINDOW
// The Standard Pop-up window will appear if someone clicks on a date that has an event.
// $standardPop=1 :: For dates with events that have descriptions, show the standard pop-up window.
// Setting $standardPop to any number but one (1), the script will NOT use the standard pop-up window.
$standardPop=1;
$popupWidth=250; // SET THE WIDTH OF THE EVENT VIEW POPUP WINDOW
$popupHeight=220; // SET THE HEIGHT OF THE EVENT VIEW POPUP WINDOW
|