ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
disable.php
Go to the documentation of this file.
1 <?php
2 
10 $this->includeAtTemplateBase('includes/header.php');
11 ?>
12 <h1><?php echo $this->t('{negotiate:negotiate:disable_title}'); ?></h1>
13 <?php echo $this->t('{negotiate:negotiate:disable_info_pre}', array('URL' => htmlspecialchars($this->data['url']))); ?>
14 
15 <?php echo $this->t('{negotiate:negotiate:info_post}'); ?>
16 
17 <?php $this->includeAtTemplateBase('includes/footer.php');
Create styles array
The data for the language used.
$t data['url']
Definition: disable.php:22