getAttrSetting('mand')) {
return '';
} else {
return '';
}
}
function render_text( $crop = false ) {
if ( !$this->getCurVal() ) return '0';
if ( $this->obj->attrs[$this->attr_name]['templ'] ) $c = true; else $c= false;
return nf($this->getCurVal(), $c);
}
}
?>