The calendar on the left is called via PHP Includes. To embed the calendar on a PHP page:
Step 1: - Add the codes below to the very top of your *.php page before the <html> tag.
<?php session_start(); include("month.inc.php"); ?>
Step 2: - Add the tag below to your *.php page where you want the calendar to appear.
<? include("month.mini.php"); ?>
Tips: Do not forget to click on the day with MULTIPLE events. You will see how the events are placed as collapsible items.