field["options"])?$this->field["options"]:$this->field["content"]; $options = ( is_array( $options ) ) ? $options : $this->element_data( $options ); echo $this->element_before(); echo $this->field['content']; echo $this->element_after(); } } }