ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
authorize_403.php
Go to the documentation of this file.
1<?php
13$this->data['403_header'] = $this->t('{authorize:Authorize:403_header}');
14$this->data['403_text'] = $this->t('{authorize:Authorize:403_text}');
15
16$this->includeAtTemplateBase('includes/header.php');
17?>
18<h1><?php echo $this->data['403_header']; ?></h1>
19<p><?php echo $this->data['403_text']; ?></p>
20<?php
21if (isset($this->data['LogoutURL'])) {
22?>
23<p><a href="<?php echo htmlspecialchars($this->data['LogoutURL']); ?>"><?php echo $this->t('{status:logout}'); ?></a></p>
24<?php
25}
26?>
27<?php
28$this->includeAtTemplateBase('includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.
$this data['403_header']