YBO001.php 735 Bytes
<?php 
//*****************************************************************************
//* 
//* プログラム名:利用者の声
//* プログラムID:YBO001.php
//* 機能        :
//* 作成者      :K.Yoshimura
//* 
//*****************************************************************************

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

include("include/session_start.inc");
include("include/SessionChk.inc");

include('./include/smarty.conf');
include("inc/header.inc");

//メニューセット
include("menu_opacity.php");
include("include/input_chk.inc");
include("include/YBO001.inc");



$o_smarty->assign('PHP_TITLE_NAME',$PHP_TITLE_NAME[16]);
$o_smarty->display('YBO001.tpl');


//コピーライト

include("include/copyright.inc");

?>