calendar.php 379 Bytes
<?
//*****************************************************************************
//* 
//* プログラム名:e-イベント
//* プログラムID:calender.php
//* 機能        :イベント表示画面
//* 作成者      :
//* 
//*****************************************************************************
header("Content-type: text/html; charset=shift-jis");

include('../_process/main.inc');

?>