".$_SESSION['infouser']." โปรด LOGOUT ก่อน

" ; }else{ $sHTML = "

\n \n \n
\n \n \n \n \n \n \n \n \n
\n \n
I N F O b o a r d v.2 
 สมัครสมาชิก
ชื่อสมาชิก  \n
รหัสผ่าน  \n
รหัสผ่านอีกครั้ง 
อีเมล์ 
 \n \n
\n" ; } require_once "./lib/template.php"; $tpl = new HTML_Template_IT("./"); $tpl->loadTemplatefile( $viewTemplate, true, true); $tpl->setVariable("infoScript", "./") ; $tpl->setVariable("infoTitle", $infoTitle) ; $tpl->setVariable("infoWebBoard", $sHTML) ; $tpl->show(); unset($sHTML) ; ?>