input->getCmd('function', 'jSelectUsers'); $checked = 0; HTMLHelper::addIncludePath(JPATH_COMPONENT_ADMINISTRATOR.'/helpers/html'); // Get the form. Form::addFormPath(JPATH_COMPONENT . '/models/forms'); $form = Form::getInstance('com_jem.addusers', 'addusers'); if (empty($form)) { return false; } ?>