ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
wrong_authncontextclassref.tpl.php
Go to the documentation of this file.
1 <?php
2 
3 $header = htmlspecialchars($this->t('{saml:wrong_authncontextclassref:header}'));
4 $description = htmlspecialchars($this->t('{saml:wrong_authncontextclassref:description}'));
5 $retry = htmlspecialchars($this->t('{saml:wrong_authncontextclassref:retry}'));
6 
7 $this->data['header'] = $header;
8 $this->includeAtTemplateBase('includes/header.php');
9 
10 echo('<h2>' . $header . '</h2>');
11 echo('<p>' . $description . '</p>');
12 
13 $this->includeAtTemplateBase('includes/footer.php');
$this data['header']