get_template()); $option = new FANSUB_Option(__('Custom CSS', 'fansub'), 'fansub_theme_custom_css'); $option->set_parent_slug($parent_slug); $option->add_field(array('id' => $template, 'title' => $theme->get('Name') . ' ' . __('Custom CSS', 'fansub'), 'class' => 'widefat', 'row' => 30, 'field_callback' => 'fansub_field_textarea')); $option->init(); fansub_option_add_object_to_list($option);