html =
'
' . T_('Gallery2 Image Chooser') . '
';
if($options['tinymce'] && $options['wpg2_valid']) {
$this->html .= " \n";
}
elseif($options['tinymce'] && !$options['wpg2_valid']) {
$this->html .= " \n";
}
$this->html .=
'
';
return;
}
/*public*/ function __destruct(){
}
}
?>