template_dir = TEMPLATE . "/templates"; $smarty->compile_dir = TEMPLATE . "/templates_c"; $smarty->config_dir = TEMPLATE . "/configs"; $in = array(); $in = array_merge_recursive($_GET, $_POST); $in = $web->unMagicQuotes($in); require_once( SCRIPT . '/web/index/index.php'); $TMPL = 'index/index.tpl'; $smarty->display("$TMPL"); $smarty->clear_all_assign();