sub_page = "2"; $ino->sub_page2 = "1"; $ino->layoutDefine("/web/design/layout_sub.htm"); $ino->layoutPut("header", "/web/design/header.htm"); $ino->layoutPut("body", "/web/design/premium.htm"); $ino->layoutPut("footer", "/web/design/footer.htm"); $ino->layoutExecute(); exit; ?>