*Please see the section titled ">>Important<<" in the instructions. Your pages must be correctly formatted and include the proper code before the calendar will display as intended.
Once you have the necessary code in place on the web page, all you need to do to display the calendar is to use the PHP require command by placing the code below where you want the calendar to appear.
Code:
<?php
require ("escal.php");
?>
NOTE: These instructions will change for version 4.5 once it's released.