LIN001.php 1.07 KB
<?php 
//*****************************************************************************
//* 
//* プログラム名:リンク集
//* プログラムID:LIN001.php
//* 機能        :リンク表示
//* 作成者      :K.Yoshimura
//* 
//*****************************************************************************

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("include/input_chk.inc");
include('./include/smarty.conf');
include("inc/LIN002.inc");
//メニューセット
include("menu_opacity.php");

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


$strSQL="";
$objRec="null";
$strSQLSyain="";
$objRecSyain="null";
$messCt=0;
$hiddenComment .= '<input type="hidden" name="comments" value="">'."\n";
$hiddenComment .= '<DIV CLASS="spanstyle" ID="iL0"></DIV>';
//echo '<SCRIPT type="text/javascript" language="JavaScript"><!--'."\n";
//echo 'var message = new Array();'."\n";

$o_smarty->assign('PHP_TITLE_NAME',$PHP_TITLE_NAME[15]);
$o_smarty->display('LIN001.tpl');
?>