Restore เรียบร้อยแล้ว
" ; $infoAction = "True" ; }else{ $sHTML = "


ไม่มีข้อมูล
" ; $infoAction = "True" ; } } } if ($infoAction == "") { $sHTML= "

\n \n \n
\n \n \n \n
\n \n
I N F O b o a r d v.2 
Restore เพื่อเปลี่ยน และแก้ไขหน้าตา Template ใหม่\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", "ADMIN") ; $tpl->setVariable("infoWebBoard", $sHTML) ; $tpl->show(); unset($sHTML) ; }else{ header("Location: ./admin.php"); exit() ; } ?>