init("about.tpl", $page); $mainpage->page_title = "About Services"; // $editor = new CPostImage(); $debug_sql=true; $top_banner = new CForm(); $top_banner->template = "banner_top_adsense.tpl"; $mainpage->assign( array(//"EDITOR" => $editor->fill($empty), "SCRIPT" => $_SERVER['PHP_SELF'], "TOP_BANNER" => $top_banner->read_template(), )); $mainpage->print_page(); // print $debug_info; ?>