data)) { $this->data['header'] = 'selectidp'; } $this->data['header'] = $this->t($this->data['header']); $this->data['autofocus'] = 'preferredidp'; $this->includeAtTemplateBase('includes/header.php'); foreach ($this->data['idplist'] as $idpentry) { if (isset($idpentry['name'])) { $this->getTranslator()->includeInlineTranslation('idpname_'.$idpentry['entityid'], $idpentry['name']); } elseif (isset($idpentry['OrganizationDisplayName'])) { $this->getTranslator()->includeInlineTranslation( 'idpname_'.$idpentry['entityid'], $idpentry['OrganizationDisplayName'] ); } if (isset($idpentry['description'])) { $this->getTranslator()->includeInlineTranslation('idpdesc_'.$idpentry['entityid'], $idpentry['description']); } } ?>