getUI()->getImage( $module, $img)); $navbar->addOption( $image->generate() . $title, $module, $handler); $function = MIOLO::_REQUEST('function'); $ui = $MIOLO->getUI(); if ( !$searchForm ) { $searchForm = $form . 'Search'; } if ( ( strlen( $function ) == 0 ) || ( $function == 'search' ) || ( $function == 'detail' ) || ($function == 'execute')) { $content = $ui->getForm($module,$searchForm); } else { $content = $ui->getForm( $module, $form ); } if ( $content->checkAccess() ) { $content->setIcon($ui->getImage($module, $img )); $theme->setContent($content); } } ?>