bodyOption=" class=\"main\""; $ino->layoutDefine("/web/design/layout_main.htm"); $ino->layoutPut("header", "/web/design/header.htm"); if($ino->dev=="Y"){ $ino->layoutPut("body", "/web/design/index1.htm"); }else{ $ino->layoutPut("body", "/web/design/index1.htm"); } $ino->layoutPut("footer", "/web/design/footer.htm"); $ino->layoutExecute(); exit; ?>