template_dir = $_SERVER["DOCUMENT_ROOT"] . "/_a/templates/"; $smarty->compile_dir = $_SERVER["DOCUMENT_ROOT"] . "/_a/templates_c/"; //初期表示 //$smarty->display('comunication_input.tpl'); $output = $smarty->fetch('comunication_input.tpl'); print mb_convert_encoding($output,"SJIS","UTF-8"); ?>