ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
enable.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:enable_title}'); ?></h1>
13
14<?php echo $this->t('{negotiate:negotiate:enable_info_pre}', array('URL' => htmlspecialchars($this->data['url']))); ?>
15
16<?php echo $this->t('{negotiate:negotiate:info_post}'); ?>
17
18<?php $this->includeAtTemplateBase('includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.
$t data['url']
Definition: enable.php:21