ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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
21 if (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');
$this data['403_header']