"; $VAR["Content"] .= "". C_buildGotoForm($month, $year) .""; ///////////////////////////////////////////////////////////////////////////// // Link for posting Event ///////////////////////////////////////////////////////////////////////////// $clink = C_linkToPost($day, $month, $year ); if (!empty($clink)) { $VAR["Content"] .= "". $clink . ""; } $VAR["Content"] .= ""; ///////////////////////////////////////////////////////////////////////////// // Build the calendar for the month ///////////////////////////////////////////////////////////////////////////// $VAR1 = C_buildCal($month, $year, "1"); $VAR["Content"] .= (C_drawInPage($VAR1)); ///////////////////////////////////////////////////////////////////////////// // Display ///////////////////////////////////////////////////////////////////////////// F_drawMain($VAR); include ($G_PATH."/include/footer.inc.php"); ?>