value); $key = 'checkbox'.time().rand(1,1000); if(file_exists($file = dirname(__FILE__).'/views/'.$this->theme.'.php')) { ob_start();include($file);return ob_get_clean(); } else { return ''; } } }