addButtons(array( array( 'type' => 'next', 'name' => ts('Done'), 'isDefault' => TRUE, ), ) ); } /** * Return a descriptive name for the page, used in wizard header * * @return string * @access public */ public function getTitle() { return ts('Summary'); } }