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); ?>