_getHeaderHtml($element); $html.= $this->_getFieldHtml($element); $html .= $this->_getFooterHtml($element); return $html; } protected function _getFieldHtml($fieldset) { $content = 'This extension is developed by Magazento.com
'; $content.= 'Magento Store Setup, modules, data migration, templates, upgrades and much more!'; return $content; } }