title; ?>
menu_hook == "network_admin_menu" ) {
$action = network_admin_url( 'settings.php' );
} else {
$action = admin_url( 'options.php' );
}
$encryption_type = '';
$field_types = $this->get_field_types();
if ( in_array( 'file', $field_types ) )
$encryption_type = 'enctype="multipart/form-data"';
?>