ZIS9120.php
585 Bytes
<?PHP
//*****************************************************************************
//* プログラム名:実績メニュー
//* プログラムID:ZIS9120.php
//* 機能 :勘定科目新規登録
//*****************************************************************************
header("Content-type: text/html; charset=EUC-JP");
include("./inc/session_start.inc");
include("./inc/SessionChk.inc");
include("./inc/dbcon.inc");
include('./inc/smarty.conf');
include("./inc/const.inc");
$o_smarty->assign('div_id', $div_id);
$o_smarty->assign('oya_id', $oya_id);
$o_smarty->display('ZIS9120.tpl');
?>