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
6echo "<h2>" . $this->t('{core:frontpage:link_diagnostics}') . "</h2>";
7
8$attributes = $this->data['attributes'];
9
10echo(present_attributes($this, $attributes, ''));
11
12$this->includeAtTemplateBase('includes/footer.php');
An exception for terminatinating execution or to throw for unit testing.
$this data['header']
Definition: hostnames.php:2
$attributes
Definition: hostnames.php:8