result['content'] = str_replace ( '{THEME}', $config['http_home_url'] . 'templates/' . $config['skin'], $tpl->result['content'] ); $tpl->result['content'] = str_replace ( '{charset}', $config['charset'], $tpl->result['content'] ); echo $tpl->result['content']; die();