CI =& get_instance();
$output = !( $this->CI->uri->segment(1) == 'rss' OR strpos($this->CI->uri->segment(1), "sitemap") !== FALSE ) ? $this->set_layout( $this->CI->output->get_output() ) : $this->CI->output->get_output();
$this->CI->output->_display($output);
}
function set_layout($output)
{
if( PAGE_AJAX OR PAGE_INSTALL OR $this->CI->theme === FALSE ) return $output;
// Script Tag를 모두 가져와서 body 밑으로
preg_match_all("/';
}
$foot .= "";
$foot .= '