define(array("page" => "otherpage.htm")); $sql = "SELECT `content` FROM `" . TBL_CONTENT . "` WHERE `handler`='$handler' LIMIT 1;"; $data_query = mysql_query($sql); $data = mysql_fetch_assoc($data_query); $tpl->assign("CONTENT", $data["content"]); require("banners.php"); $tpl->parse($result, "page"); $tpl->FastPrint($result); include ("footer.php"); ?>