element['value']) ? '?option=com_slogin&task=check&plugin=' . (string) $this->element['value'] : ''; $readonly = ((string) $this->element['readonly'] == 'true') ? ' readonly="readonly"' : ''; $class = $this->element['class'] ? ' class="' . (string) $this->element['class'] . '"' : ''; $CallbackUrl = JURI::root().$task; if(substr($CallbackUrl, -1, 1) == '/'){ $CallbackUrl = substr($CallbackUrl, 0, -1); } $html = ''; return $html; } }