MDT001.php 788 Bytes
<?php 
//*****************************************************************************
//* 
//* プログラム名:資料集
//* プログラムID:MDT001.php
//* 機能        :
//* 作成者      :
//* 
//*****************************************************************************

header("Content-type: text/html; charset=EUC-JP");

include("include/session_start.inc");
include("include/SessionChk.inc");
include("include/STRING.inc");
include("inc/header.inc");
include("inc/input_chk.inc");
include('./include/smarty.conf');
include("inc/MDT001.inc");

//**** メニュー ****//
include("menu_opacity.php");

$strDBinc="include/dbcon.inc";
include($strDBinc);

$o_smarty->assign('PHP_TITLE_NAME',$PHP_TITLE_NAME[11]);
$o_smarty->assign('PHP_BIT',$PHP_BIT[3]);

$o_smarty->display('MDT001.tpl');

?>