public static function onCCK_FieldRenderContent($field, &$config = array())
 {
     return parent::g_onCCK_FieldRenderContent($field, 'html');
 }
Esempio n. 2
0
 public static function onCCK_FieldRenderContent(&$field, &$config = array())
 {
     $field->markup = 'none';
     return parent::g_onCCK_FieldRenderContent($field, 'html');
 }