//共通クラス呼び出し
require("require_base.php");
//セッション管理クラスの呼び出し
$logchk = new LogChk();
//テンプレートクラスのインスタンス生成
$html_template = new Html_Template;
if($_SESSION["uua"] != "smart"){
//PCヘッダー・レフトメニューを呼び出し
$html_template->html_header();
}else{
//スマホヘッダー・レフトメニューを呼び出し
$html_template->html_smart_header();
}
?>
//PCソース
if($_SESSION["uua"] != "smart"){
?>