output->enable_profiler(false); }//method Includetag function js($fileName, $timestamp=""){ $this->load->library('MY_Includes', str_replace('-', '/', $fileName) ); $this->my_includes->serveJS('includetag/js/'.$fileName.'/'.$timestamp); }//method js function css($fileName, $timestamp=""){ $this->load->library('MY_Includes', str_replace('-', '/', $fileName) ); $this->my_includes->serveCSS('includetag/css/'.$fileName.'/'.$timestamp); }//method css }//class Includetag ?>