disp(2,$getdata->menuno,$getdata); /* テンプレート表示 */ $inc_util = new inc_util(); $template_data = $inc_util->printfile2($template_name); //html出力 foreach ($template_data as $line) { $work = '$html' . "=\"" . "$line\";"; eval("$work"); print $html; } //フッター表示 $footerdisp = new footerdisp(); $footerdisp->disp($getdata->nextdispno); ?>