$args, 'depth' => $depth, ); cfct_template_file('comments', 'threaded', $data); } function cfct_form($name = '') { cfct_template_file('forms', $name); } function cfct_misc($name = '') { cfct_template_file('misc', $name); } function cfct_error($name = '') { cfct_template_file('error', $name); } ?>