Hacked By AnonymousFox

Current Path : C:/AppServ/www/th/lib/calendar/
Upload File :
Current File : C:/AppServ/www/th/lib/calendar/cal-function.php

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<? 
function loadSmallCalendar() {
		global $myModule_Table1,$System_DataBase_Name,$Language,$SystemModuleKey,$myCalendarDate;
		$myModule_Table=$myModule_Table1;
		if($myCalendarDate=="") { $myCalendarDate=getDateNow(); }
		$myCalendarDateArray = explode("-",$myCalendarDate);
	
		?>
		<span id="CalendarDetail">
			<? 
			$config_getcalendar_isNotIncludeFileConfig = true;
			include("../../th/calendar/getcalendar.php"); 
			?>
		</span>
		
		<?
		//---------------- Start - Assign Layer Detail ----------------------------
		include_once("../../modules/config.TemplatePower.inc.php");
		include_once("../../modules/function.TemplatePower.inc.php");
		include_once("../../modules/class.Tp.inc.php");
		include_once("../../modules/class.TemplatePower.inc.php");
		
		$tpl = new TemplatePower( "../calendar/calendardetail-tp.html" );
		$tpl->prepare();
		$tpl->printToScreen();
		//---------------- End - Assign Layer Detail ----------------------------
		?>
		
		<script language="JavaScript" src="../../webengine/lib/XMLHttpObject.js"></script>
		<script language="JavaScript" src="cal-function.js"></script>
		<?
} //end function loadSmallCalendar 
?>

Hacked By AnonymousFox1.0, Coded By AnonymousFox