addOption('MultiText2', $module, $action ); // clear the content of the page (theme) $theme->clearContent(); // obtaion access to the User Interface classes $ui = $MIOLO->getUI(); // instanciates a new form, defined in tutorial/forms/frmMultiText2.class $form = $ui->getForm( $module, 'frmMultiText2' ); // put the form into the theme $theme->insertContent( $form ); // create a link to view the source of this file $src = new ViewSource( __FILE__ ); $theme->appendContent( $src ); ?>