getUI(); // instantiate the form frmMain located in // the modules/helloworld/helloworld $form = $ui->getForm('helloworld','frmMain'); // set the $form as the theme content $theme->setContent($form); ?>