dir = ROOT_DIR . '/templates'; define( 'TEMPLATE_DIR', $tpl->dir ); $tpl->load_template( 'opensearch.tpl' ); $tpl->set( '{path}', $config['http_home_url'] ); $tpl->compile( 'main' ); header( 'Content-type: application/xml' ); echo $tpl->result['main']; ?>