ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
hostnames.php
Go to the documentation of this file.
1 <?php
2 $this->data['header'] = $this->t('{status:header_diagnostics}');
3 $this->includeAtTemplateBase('includes/header.php');
4 $this->includeAtTemplateBase('includes/attributes.php');
5 
6 echo "<h2>" . $this->t('{core:frontpage:link_diagnostics}') . "</h2>";
7 
8 $attributes = $this->data['attributes'];
9 
10 echo(present_attributes($this, $attributes, ''));
11 
12 $this->includeAtTemplateBase('includes/footer.php');
$attributes
Definition: hostnames.php:8
$this data['header']
Definition: hostnames.php:2