'About Option', 'version' => '1.0', 'url' => 'http://habariproject.org/', 'author' => 'The Habari Community', 'authorurl' => 'http://habariproject.org/', 'license' => 'HJTI', 'description' => 'Whoops, we got rid of the "about" option.', ); } public function configure() { $form = new FormUI( 'about_option' ); $form->append( 'text', 'about', 'about', _t('About:') ); $form->append( 'submit', 'save', _t( 'Save' ) ); return $form; } } ?>